Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
*: reconfigure renovate-bot
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
  • Loading branch information
paulfantom committed Feb 25, 2022
1 parent a539a20 commit 5df37a7
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"timezone": "Etc/UTC",
"extends": [
"config:base"
"config:base",
"schedule:daily"
],
"dependencyDashboardLabels": ["dependencies"],
"labels": ["dependencies"],
"packageRules": [
{
"labels": ["helm"],
"groupName": "helm charts",
"matchManagers": ["helmv3", "helm-values"]
},
{
"labels": ["go"],
"groupName": "golang",
"matchManagers": ["gomod"]
},
{
"labels": ["github_actions"],
"groupName": "github actions",
"matchManagers": ["github-actions"]
},
{
"groupName": "docker-compose",
"matchManagers": ["docker-compose"]
}
]
}

0 comments on commit 5df37a7

Please sign in to comment.