Skip to content

Commit

Permalink
MOVE-3727 Fix access rights
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbard committed Sep 30, 2024
1 parent 1be81eb commit d513fbf
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
version: 2
registries:
maven-github:
type: maven-repository
url: https://maven.pkg.github.com/felleslosninger
username: ${{secrets.MAVEN_USER}}
password: ${{secrets.MAVEN_PASSWORD}}
updates:
- package-ecosystem: "maven"
directory: "/"
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
registries:
- maven-github
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

0 comments on commit d513fbf

Please sign in to comment.