Skip to content

Commit af333c2

Browse files
Copilotrubensworks
andauthored
chore: align renovate automerge rules
Agent-Logs-Url: https://github.com/rubensworks/ScholarMarkdown/sessions/420827d1-07fa-42b9-8987-be13cff63d15 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
1 parent 60db26d commit af333c2

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

renovate.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,15 @@
1818
"packageRules": [
1919
{
2020
"matchManagers": ["bundler"],
21-
"matchDepTypes": ["dependencies"],
22-
"matchUpdateTypes": ["minor", "patch"],
21+
"matchDepTypes": ["runtime", "development"],
22+
"matchUpdateTypes": ["minor", "patch", "range"],
2323
"matchCurrentVersion": "!/^0/",
2424
"automerge": true,
2525
"automergeType": "branch"
2626
},
27-
{
28-
"matchManagers": ["bundler"],
29-
"matchDepTypes": ["devDependencies"],
30-
"automerge": true,
31-
"automergeType": "branch"
32-
},
3327
{
3428
"matchManagers": ["github-actions"],
29+
"matchUpdateTypes": ["minor", "patch", "digest", "pin"],
3530
"automerge": true,
3631
"automergeType": "branch"
3732
}

0 commit comments

Comments
 (0)