We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e9c0a commit ffde1eaCopy full SHA for ffde1ea
.github/renovate.json
@@ -1,36 +1,4 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended",
5
- ":dependencyDashboard"
6
- ],
7
- "separateMinorPatch": false,
8
- "prHourlyLimit": 1,
9
- "prConcurrentLimit": 1,
10
- "major": {
11
- "dependencyDashboardApproval": true
12
- },
13
- "labels": [
14
- "A-dependencies"
15
16
- "packageRules": [
17
- {
18
- "description": "Automerge pin updates for GitHub Actions",
19
- "matchDatasources": [
20
- "github-actions"
21
22
- "matchDepTypes": [
23
- "action"
24
25
- "matchUpdateTypes": [
26
- "pin",
27
- "digest",
28
- "pinDigest"
29
30
31
- "A-ci"
32
33
- "automerge": true
34
- }
35
- ]
+ "extends": ["local>rustic-rs/.github:renovate-config"]
36
}
0 commit comments