summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-08-23 11:31:19 +0200
committerMichael Kriese <michael.kriese@visualon.de>2024-08-23 11:31:19 +0200
commitd86d9f1cf657133ef890c77d02055d8c3b41a0cb (patch)
tree3c9b12a1f5d22f7a7f8fc01fcba6069f183fcdc6 /renovate.json
parentMerge pull request 'Update module github.com/docker/docker to v25 [SECURITY]'... (diff)
downloadforgejo-act-d86d9f1cf657133ef890c77d02055d8c3b41a0cb.tar.xz
forgejo-act-d86d9f1cf657133ef890c77d02055d8c3b41a0cb.zip
chore(renovate): add rule
Diffstat (limited to '')
-rw-r--r--renovate.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index 8209da3..8882371 100644
--- a/renovate.json
+++ b/renovate.json
@@ -6,6 +6,11 @@
"description": "Require approval for all dependencies",
"matchDepNames": ["/.+/"],
"dependencyDashboardApproval": true
+ },
+ {
+ "description": "Separate minor and patch for some packages",
+ "matchDepNames": ["github.com/rhysd/actionlint"],
+ "separateMinorPatch": true
}
]
}