Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 7e18a4b commit 10d756f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@
"visualon/renovate-config:automergePatch",
":automergeMinor"
],
"labels": ["deps"],
"labels": [
"deps"
],
"digest": {
"extends": ["schedule:daily"]
"extends": [
"schedule:daily"
]
},
"packageRules": [
{
"packageNames": ["watchtower", "containrrr/watchtower"],
"matchPackageNames": [
"watchtower",
"containrrr/watchtower"
],
"extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$"
}
]
Expand Down

0 comments on commit 10d756f

Please sign in to comment.