We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc8d607 + 24635e6 commit f3d3920Copy full SHA for f3d3920
2 files changed
.github/renovate.json
@@ -1,4 +1,19 @@
1
{
2
- "extends": ["config:base"],
3
- "rangeStrategy": "bump"
4
-}
+ "extends": [
+ "config:best-practices",
+ ":pinAllExceptPeerDependencies",
5
+ ":dependencyDashboard",
6
+ "group:monorepos",
7
+ "group:recommended"
8
+ ],
9
+ "rangeStrategy": "pin",
10
+ "lockFileMaintenance": {
11
+ "enabled": true
12
+ },
13
+ "packageRules": [
14
+ {
15
+ "matchUpdateTypes": ["minor", "patch"],
16
+ "automerge": false
17
+ }
18
+ ]
19
+}
.github/workflows/renovate.yaml
@@ -8,6 +8,9 @@ on:
jobs:
renovate:
runs-on: ubuntu-24.04
+ concurrency:
+ group: renovate
+ cancel-in-progress: true
permissions:
contents: write
@@ -22,3 +25,4 @@ jobs:
22
25
token: ${{ secrets.RENOVATE_TOKEN }}
23
26
env:
24
27
RENOVATE_CONFIG_FILE: ".github/renovate.json"
28
+ LOG_LEVEL: debug
0 commit comments