diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 660d12a..193ec8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,18 @@ ---- version: 2 updates: - - package-ecosystem: "terraform" - directory: "/" - schedule: - interval: "daily" + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + groups: + artifacts: + patterns: + - actions/*-artifact + + - package-ecosystem: terraform + directory: / + schedule: + interval: daily