Skip to content

Commit

Permalink
fix: Ensure Dependabot works (#29)
Browse files Browse the repository at this point in the history
The previous Dependabot configuration was wrong and raising errors.
  • Loading branch information
nhhagen authored Sep 12, 2024
1 parent 036fb36 commit fcdee1d
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,22 @@ registries:
username: CoopGithubServiceaccount
password: ${{ secrets.DEPENDABOT_GHCR_PULL }}

coop-terraform:
type: terraform-registry
url: https://app.spacelift.io
token: ${{ secrets.SPACELIFT_READ_TOKEN }}

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: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/docker-compose"
registries:
- coop-ghcr
schedule:
interval: "daily"
groups:
devtools:
patterns:
- coopnorge/engineering-docker-images/e0/*

0 comments on commit fcdee1d

Please sign in to comment.