Skip to content

Commit

Permalink
Merge pull request #233 from ilri/renovate/migrate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth authored Jan 3, 2025
2 parents a6b67e0 + 0185e29 commit 37bd4dd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches" : [
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": [
"master"
],
"enabledManagers": ["dockerfile", "npm"],
"extends" : [
"config:base"
"enabledManagers": [
"dockerfile",
"npm"
],
"packageRules" : [
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchCurrentVersion" : "!/^0/",
"matchUpdateTypes" : [
"matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 37bd4dd

Please sign in to comment.