Skip to content

Commit

Permalink
ci: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jun 23, 2023
1 parent 8ef8afd commit 1c02ac9
Showing 1 changed file with 2 additions and 54 deletions.
56 changes: 2 additions & 54 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommits",
":semanticCommitScopeDisabled",
":maintainLockFilesWeekly",
":enableVulnerabilityAlertsWithLabel(security)"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"packageRules": [
{
"enabledManagers": [
"gomod"
],
"matchPackagePatterns": [
"*"
],
"groupName": "dependencies",
"groupSlug": "gomod",
"semanticCommitType": "chore",
"schedule": [
"before 3:00 am on the 4th day of the month"
]
},
{
"enabledManagers": [
"dockerfile",
"docker-compose"
],
"matchPackagePatterns": [
"*"
],
"groupName": "docker dependencies",
"groupSlug": "docker",
"semanticCommitType": "chore",
"schedule": [
"before 3:00 am on the 4th day of the month"
]
},
{
"enabledManagers": [
"github-actions"
],
"matchPackagePatterns": [
"*"
],
"groupName": "github actions dependencies",
"groupSlug": "github-actions",
"semanticCommitType": "ci",
"schedule": [
"before 3am on the fourth day of the month"
]
}
"github>reearth/renovate-config"
]
}

0 comments on commit 1c02ac9

Please sign in to comment.