Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 6b94a71 commit 3397835
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"extends": [
"config:base"
"config:recommended"
],
"pip_requirements": {
"fileMatch": ["^requirements.*\\.txt$"]
"fileMatch": [
"^requirements.*\\.txt$"
]
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/.*\\.ya?ml$"],
"fileMatch": [
"^\\.github/.*\\.ya?ml$"
],
"matchStrings": [
"node-version: (?<currentValue>.*)"
],
Expand All @@ -18,7 +22,12 @@
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
Expand Down

0 comments on commit 3397835

Please sign in to comment.