We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bdc25 commit e78e2cfCopy full SHA for e78e2cf
renovate.json
@@ -2,8 +2,14 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>kristof-mattei/renovate-config"],
4
"forkProcessing": "enabled",
5
- "encrypted": {
6
- "npmToken": "{{ secrets.NPM_TOKEN }}"
7
- },
8
- "npmrc": "@actions-rs-plus:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${NPM_TOKEN}"
+ "hostRules": [
+ {
+ "matchHost": "https://npm.pkg.github.com/",
+ "hostType": "npm",
9
+ "encrypted": {
10
+ "token": "{{ secrets.NPM_TOKEN }}"
11
+ }
12
13
+ ],
14
+ "npmrc": "@actions-rs-plus:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/"
15
}
0 commit comments