Skip to content

Commit

Permalink
Merge branch 'main' into update/non_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaBrigitte authored Aug 2, 2023
2 parents 7b743e8 + d607d49 commit 4157049
Show file tree
Hide file tree
Showing 8 changed files with 2,533 additions and 2,104 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.

Loading

0 comments on commit 4157049

Please sign in to comment.