Skip to content

Commit

Permalink
feat: adds new automerge rules
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Feb 1, 2024
1 parent 2ae8d54 commit d85cee0
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,25 @@
"commitMessageSuffix": "",
// package rules
"packageRules": [
// automerge
{
"description": [
"Auto merge Github Actions"
"description": "Auto merge container digests",
"matchDatasources": [
"docker"
],
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": [
"digest"
],
"matchPackagePrefixes": [
"ghcr.io/onedr0p",
"ghcr.io/bjw-s"
],
"ignoreTests": true
},
// automerge
{
"description": "Auto merge Github Actions",
"matchManagers": [
"github-actions"
],
Expand All @@ -77,9 +91,7 @@
},
// groups
{
"description": [
"Flux Group"
],
"description": "Flux Group",
"groupName": "Flux",
"matchPackagePatterns": [
"flux"
Expand All @@ -96,9 +108,7 @@
},
// custom versioning
{
"description": [
"Use custom versioning for k0s/k3s"
],
"description": "Use custom versioning for k0s/k3s",
"matchDatasources": [
"github-releases"
],
Expand Down Expand Up @@ -355,9 +365,7 @@
"customManagers": [
{
"customType": "regex",
"description": [
"Process custom dependencies"
],
"description": "Process custom dependencies",
"fileMatch": [
"(^|/).taskfiles/.+\\.ya?ml$",
"(^|/)ansible/.+\\.ya?ml(\\.j2)?$",
Expand Down

0 comments on commit d85cee0

Please sign in to comment.