diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707c..7c1e3b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" # Location of package manifests + directory: "/" schedule: - interval: "weekly" + interval: "monthly" + open-pull-requests-limit: 100 + labels: + - "dependencies" + - "github-actions"