Skip to content

Commit

Permalink
ci: activate automerge for github action digest update
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Dec 26, 2023
1 parent 9836632 commit 31a95a7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,22 @@
],
"packageRules": [
{
"description": "Automerge pin updates for GitHub Actions",
"matchDatasources": [
"github-actions"
],
"matchDepTypes": [
"action"
],
"matchUpdateTypes": [
"pin",
"digest",
"pinDigest"
],
"labels": [
"A-ci"
]
],
"automerge": true
},
{
"matchDatasources": [
Expand All @@ -32,11 +42,5 @@
"schedule:weekly"
]
}
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:monthly"
]
}
}
]
}

0 comments on commit 31a95a7

Please sign in to comment.