diff --git a/.github/dependabot.yml b/.github/dependabot.yml index daec3189..d131187c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file