Compare commits
1 Commits
main
..
a6466e8533
| Author | SHA1 | Date | |
|---|---|---|---|
| a6466e8533 |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: renovate/renovate:43.31-full
|
||||
container: renovate/renovate:43.4-full
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||
- run: renovate
|
||||
|
||||
+4
-1
@@ -5,7 +5,10 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user