Skip to content

Commit

Permalink
chore(config): migrate renovate config (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent e09e9aa commit 58afcae
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
":gitSignOff",
":semanticCommitType(chore)",
":labels(automated,no-issue)",
"regexManagers:githubActionsVersions",
"customManagers:githubActionsVersions",
":automergeMinor",
":automergeDigest"
],
Expand Down Expand Up @@ -35,15 +35,15 @@
"matchDatasources": [
"go"
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"groupName": "all non-major go dependencies"
"groupName": "all non-major go dependencies",
"matchPackageNames": [
"*"
]
},
{
"matchDatasources": [
Expand All @@ -58,8 +58,11 @@
"groupName": "all cloudnative-pg daggerverse dependencies"
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/"
}
]
}

0 comments on commit 58afcae

Please sign in to comment.