Skip to content

Commit

Permalink
Merge pull request #1246 from guardian/bot/configure-dependency-manag…
Browse files Browse the repository at this point in the history
…ement

feat: add Dependabot config
  • Loading branch information
nicl authored Aug 1, 2023
2 parents 8069d64 + 6e6e579 commit ee47633
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore(deps): "
labels:
- "dependencies"
groups:
all:
patterns: ["*"]

- package-ecosystem: "npm"
directory: "/cdk"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "chore(deps): "
# The version of AWS CDK libraries must match those from @guardian/cdk.
Expand All @@ -22,3 +26,6 @@ updates:
- dependency-name: "constructs"
labels:
- "dependencies"
groups:
all:
patterns: ["*"]
9 changes: 0 additions & 9 deletions .scala-steward.conf

This file was deleted.

0 comments on commit ee47633

Please sign in to comment.