Skip to content

Commit 9bbedbc

Browse files
committed
fix: update renovate config
1 parent a385c62 commit 9bbedbc

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
with:
2121
configurationFile: renovate.json
2222
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
23+
env:
24+
RENOVATE_REPOSITORIES: ${{ github.repository }}

renovate.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
"enabled": true
1414
},
1515
"packageRules": [
16-
{
17-
"matchUpdateTypes": ["major", "minor", "patch"],
18-
"matchManagers": ["npm", "cargo"],
19-
"rangeStrategy": "pin"
20-
},
2116
{
2217
"matchUpdateTypes": ["minor", "patch"],
2318
"matchManagers": ["npm", "cargo", "nix"],

0 commit comments

Comments
 (0)