diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5c9e80..fcafc1a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,11 @@ updates: include: scope prefix: build directory: / + groups: + github-owned: + patterns: + - "actions/*" + - "github/*" + - "octokit/*" schedule: - interval: monthly \ No newline at end of file + interval: monthly