Skip to content

Commit ffde1ea

Browse files
authored
chore(deps): Update renovate.json
1 parent e1e9c0a commit ffde1ea

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/renovate.json

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,4 @@
11
{
22
"$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-
"labels": [
31-
"A-ci"
32-
],
33-
"automerge": true
34-
}
35-
]
3+
"extends": ["local>rustic-rs/.github:renovate-config"]
364
}

0 commit comments

Comments
 (0)