Skip to content

Commit

Permalink
Ignore updates to Alpine (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jun 18, 2024
1 parent 70dadcd commit 29006b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"docker:disableMajor"
],
"ignorePaths": [
"os/alpine/**",
"rootfs/**"
"**/os/alpine/**",
"**/rootfs/**"
],
"packageRules": [
{
Expand All @@ -25,6 +25,8 @@
},
"dockerfile": {
"ignorePaths": [
"**/os/alpine/**",
"**/rootfs/**",
"Dockerfile.custom",
"Dockerfile.options"
]
Expand Down

0 comments on commit 29006b7

Please sign in to comment.