We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfdc61 commit d2dff67Copy full SHA for d2dff67
.github/dependabot.yml
@@ -4,13 +4,13 @@ registries:
4
type: maven-repository
5
url: https://maven.pkg.github.com/navikt/k9-format
6
username: x-access-token
7
- password: ${{secrets.DEPENDABOT_ACCESS_TOKEN}}
+ password: ${{secrets.READER_TOKEN}}
8
updates:
9
- package-ecosystem: maven
10
directory: "/"
11
schedule:
12
interval: daily
13
- open-pull-requests-limit: 10
+ open-pull-requests-limit: 20
14
registries:
15
- k9-format
16
- package-ecosystem: github-actions
0 commit comments