Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Feb 15, 2022
1 parent 1738812 commit 1ad0cec
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,52 @@
":semanticCommits",
":semanticCommitScopeDisabled",
":maintainLockFilesWeekly",
":enableVulnerabilityAlertsWithLabel(security)",
":semanticCommitTypeAll(chore)"
":enableVulnerabilityAlertsWithLabel(security)"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"packageRules": [
{
"enabledManagers": [
"gomod"
],
"packagePatterns": [
"*"
],
"groupName": "dependencies",
"groupSlug": "gomod",
"semanticCommitType": "chore",
"extends": [
"schedule:earlyMondays"
]
},
{
"enabledManagers": [
"dockerfile",
"docker-compose"
],
"packagePatterns": [
"*"
],
"groupName": "docker dependencies",
"groupSlug": "docker",
"semanticCommitType": "chore",
"extends": [
"schedule:earlyMondays"
]
},
{
"enabledManagers": [
"github-actions"
],
"packagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all",
"groupName": "github actions dependencies",
"groupSlug": "github-actions",
"semanticCommitType": "ci",
"extends": [
"schedule:earlyMondays"
]
Expand Down

0 comments on commit 1ad0cec

Please sign in to comment.