Skip to content

Commit

Permalink
ci: update renovate settings (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Dec 14, 2024
1 parent 8a83a07 commit ec247c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:best-practices",
"group:allNonMajor",
":semanticCommitTypeAll(build)"
],
Expand All @@ -11,6 +11,11 @@
"matchPackageNames": ["github.com/cloudflare/cloudflare-go"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDatasources": ["dockerfile"],
"matchPackageNames": ["docker/dockerfile"],
"enabled": false
}
],
"postUpdateOptions": ["gomodTidy"]
Expand Down

0 comments on commit ec247c6

Please sign in to comment.