Skip to content

Commit

Permalink
chore: feat for traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Aug 27, 2024
1 parent 224d3f7 commit 8da1fb8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/Paris",
"extends": [
":semanticCommitTypeAll(feat)",
":semanticCommitTypeAll(build)",
":ignoreModulesAndTests",
"group:monorepos",
"group:recommended",
Expand All @@ -14,6 +14,12 @@
"rebaseWhen": "conflicted",
"labels": ["📌 dependencies"],
"enabledManagers": ["github-actions", "custom.regex"],
"packageRules": [
{
"matchPackageNames": ["traefik/traefik"],
"extends": [":semanticCommitTypeAll(feat)"]
}
],
"customManagers": [
{
"customType": "regex",
Expand Down

0 comments on commit 8da1fb8

Please sign in to comment.