|
| 1 | +{ |
| 2 | + "comment": "Renovate updates for Clojure library dependencies and GitHub actions", |
| 3 | + "author": "Practicalli Johnny", |
| 4 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 5 | + "extends": [ "config:recommended" ], |
| 6 | + "packageRules": [ |
| 7 | + { |
| 8 | + "description": "Clojure dependency updates Pull Request", |
| 9 | + "matchManagers": ["deps-edn"], |
| 10 | + "groupName": "Clojure dependencies", |
| 11 | + "semanticCommitType": "chore", |
| 12 | + "semanticCommitScope": "deps" |
| 13 | + }, |
| 14 | + { |
| 15 | + "description": "GitHub Action updates Pull Request", |
| 16 | + "matchManagers": ["github-actions"], |
| 17 | + "groupName": "GitHub Actions", |
| 18 | + "semanticCommitType": "ci", |
| 19 | + "semanticCommitScope": "actions" |
| 20 | + } |
| 21 | + ], |
| 22 | + "clojure": { "enabled": true }, |
| 23 | + "schedule": [ "at any time" ], |
| 24 | + "timezone": "UTC", |
| 25 | + "prConcurrentLimit": 10, |
| 26 | + "prHourlyLimit": 0, |
| 27 | + "automerge": false, |
| 28 | + "platformAutomerge": false, |
| 29 | + "rebaseWhen": "behind-base-branch" |
| 30 | +} |
0 commit comments