mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-13 08:52:19 +00:00
Add github actions
This commit is contained in:
19
github.json
Normal file
19
github.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Auto merge GitHub Actions updates",
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchDatasources": [
|
||||
"github-tags"
|
||||
],
|
||||
"automerge": true,
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"digest"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user