Skip to content

Commit

Permalink
fix: dependabot config (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtzeDeVries authored Sep 20, 2024
1 parent d239600 commit cc63554
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
---
version: 2

registries:
coop-ghcr:
type: docker-registry
url: ghcr.io
username: CoopGithubServiceaccount
password: ${{ secrets.DEPENDABOT_GHCR_PULL }}
github-coopnorge:
type: git
url: https://github.com
username: x-access-token
password: ${{secrets.DEPENDABOT_GHCR_PULL}}

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "./"
directory: "/"
schedule:
interval: "daily"
registries:
- github-coopnorge

0 comments on commit cc63554

Please sign in to comment.