diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 787c85ef..799ac7f2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,10 +5,10 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly open-pull-requests-limit: 100 groups: github-artifacts: @@ -18,11 +18,22 @@ updates: update-types: - minor - patch - - - package-ecosystem: "npm" - directory: "/backstage/" + - package-ecosystem: docker + directories: + - .devcontainer + - backstage + schedule: + interval: monthly + open-pull-requests-limit: 100 + groups: + minor: + update-types: + - minor + - patch + - package-ecosystem: npm + directory: backstage schedule: - interval: "monthly" + interval: monthly open-pull-requests-limit: 100 groups: minor: