Skip to content

Commit

Permalink
chore: disable Renovate Dockerfile updates (#82)
Browse files Browse the repository at this point in the history
Pff, Renovate was too smart for the previous attempted work-around
(#81). Just disable Renovate Dockerfile support, we don't need it
anyway.
  • Loading branch information
intgr committed Apr 9, 2024
1 parent 2715e0b commit 44d95e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
@@ -1,5 +1,6 @@
{
"extends": [
"config:base"
"config:base",
"docker:disable"
]
}

0 comments on commit 44d95e7

Please sign in to comment.