diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cbf7c50..3a576d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,14 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: '/' schedule: - interval: "daily" + interval: daily labels: - - "dependencies" - reviewers: - - "@microsoft/psrule" + - dependencies + groups: + github: + patterns: + - actions/* + - github/*