Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albrektsson authored Jul 17, 2023
1 parent 15b8626 commit 4aa61a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ registries:
type: maven-repository
url: https://maven.pkg.github.com/navikt/k9-punsj
username: x-access-token
password: ${{secrets.DEPENDABOT_ACCESS_TOKEN}}
password: ${{secrets.READER_TOKEN}}
updates:
- package-ecosystem: maven
directory: "/"
Expand All @@ -17,13 +17,15 @@ updates:
spring:
patterns:
- "spring*"
- "org.spring*"
maven:
patterns:
- "*"
exclude-patterns:
- "no.nav*"
- "*k9*"
- "spring*"
- "org.spring*"

- package-ecosystem: github-actions
directory: "/"
Expand Down

0 comments on commit 4aa61a6

Please sign in to comment.