diff options
author | Earl Warren <contact@earl-warren.org> | 2024-04-25 11:15:23 +0200 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-04-25 13:14:30 +0200 |
commit | f136cca5df95be7913ab961eedb5b2b97e003026 (patch) | |
tree | dda8bbc6137fd57f8ffe1eff623282beba5125b4 /renovate.json | |
parent | Update dependency swagger-ui-dist to v5.17.1 (diff) | |
download | forgejo-f136cca5df95be7913ab961eedb5b2b97e003026.tar.xz forgejo-f136cca5df95be7913ab961eedb5b2b97e003026.zip |
feat(renovate): automerge swagger-ui-dist patch updates
Looking at
https://github.com/swagger-api/swagger-ui/graphs/contributors
it looks like https://github.com/char0n is actively maintaining the
package and the changes of the last release suggest it can be
trusted with patch upgrades.
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json index 4fefa8d1c2..74432c9dca 100644 --- a/renovate.json +++ b/renovate.json @@ -69,6 +69,21 @@ "automerge": true }, { + "description": "Split minor and patch updates", + "matchDepNames": [ + "swagger-ui-dist" + ], + "separateMinorPatch": true + }, + { + "description": "Automerge patch updates", + "matchDepNames": [ + "swagger-ui-dist" + ], + "matchUpdateTypes": ["patch"], + "automerge": true + }, + { "description": "Update renovate with higher prio to come through rate limit", "matchDatasources": ["docker"], "matchDepNames": ["ghcr.io/visualon/renovate"], |