Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #591 from alphagov/sengi/fix-dependabot
Browse files Browse the repository at this point in the history
Fix wrong key name in Dependabot config.
  • Loading branch information
sengi authored Oct 17, 2023
2 parents 3928c71 + 3c7823b commit 7b10cea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: /
schedule:
interval: daily
updateGroups:
groups:
ruby-deps:
patterns: ["*"]
- package-ecosystem: docker
Expand All @@ -13,13 +13,13 @@ updates:
interval: weekly
ignore:
- dependency-name: ruby
updateGroups:
groups:
dockerfile-deps:
patterns: ["*"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
updateGroups:
groups:
workflow-deps:
patterns: ["*"]

0 comments on commit 7b10cea

Please sign in to comment.