Skip to content

Commit

Permalink
chore: renovate package rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanovai committed Apr 8, 2024
1 parent 96241b9 commit 35d363e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,33 @@
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: currentValue=(?<currentValue>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_SHA\\s*:\\s*[\"']?(?<currentDigest>[a-f0-9]+?)[\"']?\\s"
]
}
],
"packageRules": [
{
"matchDatasources": [
"go"
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"groupName": "all non-major go dependencies"
},
{
"matchDatasources": [
"git-refs"
],
"matchSourceUrlPrefixes": [
"https://github.com/cloudnative-pg/daggerverse"
],
"matchUpdateTypes": [
"digest"
],
"groupName": "all cloudnative-pg daggerverse dependencies"
}
]
}

0 comments on commit 35d363e

Please sign in to comment.