Skip to content

Commit 2c3306b

Browse files
committed
Fikse auth til ghpr for dependabot
1 parent a913e01 commit 2c3306b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
version: 2
22
enable-beta-ecosystems: true
3+
registries:
4+
nav-ghpr:
5+
type: npm-registry
6+
url: https://npm.pkg.github.com
7+
token: ${{ secrets.READER_TOKEN }}
8+
39
updates:
410
- package-ecosystem: 'npm'
511
directory: '/'
612
schedule:
713
interval: 'daily'
814
open-pull-requests-limit: 20
15+
registries: '*'
916
groups:
1017
navikt-aksel:
1118
patterns:

0 commit comments

Comments
 (0)