Skip to content

Commit

Permalink
chore: mod renovate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Aug 27, 2024
1 parent 06c7b09 commit 00d7b80
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":prHourlyLimitNone",
":automergePatch"
],
"schedule": ["after 6am on sunday", "before 9am on monday"],
"automergeSchedule": ["after 6am on sunday", "before 9am on monday"],
"dependencyDashboard": true,

"major": {
"enabled": false
},
"packageRules": [
{
"paths": ["./"],
"managers": ["gomod"],
"additionalBranchPrefix": "{{parentDir}}-",
"packagePatterns": [".*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 00d7b80

Please sign in to comment.