diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fdfbdb7..fd6c622 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,11 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 3 - package-ecosystem: cargo directory: /tmpl8 schedule: @@ -10,8 +15,3 @@ updates: open-pull-requests-limit: 10 labels: - dependency - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 3