diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8cf8886..425b8f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,11 @@ updates: commit-message: prefix: 'ci(deps)' groups: + joshjohanning-actions: + patterns: + - 'joshjohanning/*' github-actions: patterns: - '*' + exclude-patterns: + - 'joshjohanning/*'