Skip to content

Commit

Permalink
chore: configure renovate to auto-merge Alpine updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Jan 1, 2024
1 parent c0570fe commit a1fe049
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchFileNames": ["Dockerfile"],
"matchDepNames": ["alpine"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
Expand Down

0 comments on commit a1fe049

Please sign in to comment.