diff options
author | Michael Kriese <michael.kriese@visualon.de> | 2024-08-23 11:31:19 +0200 |
---|---|---|
committer | Michael Kriese <michael.kriese@visualon.de> | 2024-08-23 11:31:19 +0200 |
commit | d86d9f1cf657133ef890c77d02055d8c3b41a0cb (patch) | |
tree | 3c9b12a1f5d22f7a7f8fc01fcba6069f183fcdc6 /renovate.json | |
parent | Merge pull request 'Update module github.com/docker/docker to v25 [SECURITY]'... (diff) | |
download | forgejo-act-d86d9f1cf657133ef890c77d02055d8c3b41a0cb.tar.xz forgejo-act-d86d9f1cf657133ef890c77d02055d8c3b41a0cb.zip |
chore(renovate): add rule
Diffstat (limited to '')
-rw-r--r-- | renovate.json | 5 |
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 } ] } |