Skip to content

Commit

Permalink
Add Renovate Bot config
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Jan 31, 2025
1 parent ae9d05a commit 5dee6f0
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":gitSignOff"
],
"labels": [
"changelog:dependencies"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"suppressNotifications": [
"prEditedNotification"
],
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"groupName": "github-actions deps",
"schedule": [
"on the first day of the month"
]
},
{
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"patch",
"digest"
],
"enabled": false
}
]
}

0 comments on commit 5dee6f0

Please sign in to comment.