Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Aug 6, 2024
1 parent 4db93b4 commit 8f40818
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":gitSignOff"],
"labels": ["changelog:dependencies"],
"suppressNotifications": ["prEditedNotification"],
"packageRules": [
{
"matchManagers": ["npm"],
"matchUpdateTypes": ["patch", "digest"],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch", "digest"],
"enabled": false
}
]
}

0 comments on commit 8f40818

Please sign in to comment.