diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7ceea0..b5ec8e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,41 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - +# This file is auto-generated by engineering-standards. +# Manual edits will be overwritten on the next sync cycle. +# To customise, update the template in engineering-standards/scripts/generate-dependabot.sh. version: 2 +registries: + private-github: + type: git + url: https://github.com + username: x-access-token + password: ${{secrets.DEPENDABOT_SECRET}} updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "generator/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + timezone: "Europe/Berlin" + groups: + actions: + patterns: ["*"] + commit-message: + prefix: "chore(deps): " + + - package-ecosystem: "pub" + directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily" + timezone: "Europe/Berlin" + open-pull-requests-limit: 10 + registries: + - private-github + groups: + major: + update-types: ["major"] + minor-and-patch: + update-types: ["minor", "patch"] + commit-message: + prefix: "chore(deps): " + include: "scope" + cooldown: + default-days: 14 + semver-major-days: 14