Skip to content

Commit

Permalink
Enable select automerging with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed Mar 22, 2024
1 parent 82d6835 commit 86364d9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@
],
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}helm{{/if}}"
}
],
"packageRules": [
{
"matchPackageNames": [
"ghcr.io/serubin/serubin-net",
"ghcr.io/serubin/dysautonomia-lounge-website",
"ghcr.io/j-paterson/personalwebsite"
],
"automerge": true
}
]
}
8 changes: 8 additions & 0 deletions .github/renovate/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
{
"matchPackageNames": ["k3s-io/k3s"],
"addLabels": ["renovate/k3s"]
},
{
"matchPackageNames": [
"ghcr.io/serubin/serubin-net",
"ghcr.io/serubin/dysautonomia-lounge-website",
"ghcr.io/j-paterson/personalwebsite"
],
"addLabels": ["renovate/automerge"]
}
]
}

0 comments on commit 86364d9

Please sign in to comment.