Skip to content

Commit

Permalink
Merge pull request #753 from naymspace/feature/add-missing-automerge
Browse files Browse the repository at this point in the history
Add missing automerge
  • Loading branch information
Flo0807 authored Jan 8, 2025
2 parents 4b34b89 + d8e221e commit 4c5489d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,19 @@
"pinDigests": false
},
{
"description": "Disable ubuntu major updates",
"description": "Disable ubuntu major updates and digest pinning",
"matchDatasources": [
"docker"
],
"matchDepNames": [
"ubuntu"
],
"matchUpdateTypes": [
"major"
"major",
"pinDigest"
],
"enabled": false
},
{
"description": "Disable digest pinning for Ubuntu",
"matchDepNames": [
"ubuntu"
],
"matchDatasources": [
"docker"
],
"pinDigests": false
},
{
"matchManagers": [
"mix"
Expand All @@ -57,7 +51,8 @@
"patch",
"pin",
"pinDigest"
]
],
"automerge": true
},
{
"description": "Label dependency updates in demo directory",
Expand Down

0 comments on commit 4c5489d

Please sign in to comment.