Skip to content

Commit

Permalink
chore: enable digest pinning and major updates in dockerfiles; attemp…
Browse files Browse the repository at this point in the history
…t to split go and docker into separate updates (different branch prefixes) (janus-idp#225)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored and gazarenkov committed Mar 17, 2024
1 parent ab42ffe commit 71460b2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
{
"extends": [
"config:js-app",
"config:best-practices",
":gitSignOff",
":rebaseStalePrs",
"docker:pinDigests",
"docker:enableMajor",
"group:allNonMajor",
"group:linters",
"group:test"
],
"constraints": {
"go": "1.20"
}
},
"docker": {
"branchPrefix": "docker-",
"digest": {
"enabled": true
}
},
"go": {
"branchPrefix": "go-"
},
"packageRules": [
{ "matchDatasources": ["docker"] },
{ "matchDatasources": ["go"] }
]
}

0 comments on commit 71460b2

Please sign in to comment.