diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e06a5f0..598b6d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,18 +4,22 @@ version: 2 updates: # Automatically propose PRs for out-of-date GitHub actions - # - package-ecosystem: github-actions - # directory: "/" - # schedule: - # # Check for new versions weekly - # interval: weekly - # # Update all actions in a single PR - # groups: - # github-actions: - # patterns: ["*"] - # labels: - # - automation - # - gha-update + - package-ecosystem: github-actions + directory: "/" + schedule: + # Check for new versions weekly + interval: weekly + # Update all actions in a single PR + groups: + github-actions: + patterns: ["*"] + labels: + - automation + - gha-update + # Only allow updates for actions maintained by GitHub + allow: + - dependency-name: "actions/*" + - dependency-name: "azimuth-cloud/github-actions/*" # Automatically propose PRs for Python dependencies - package-ecosystem: pip