Skip to content

Commit

Permalink
Merge branch 'dev' into 5.18-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexicaWright committed Mar 15, 2024
2 parents a596d7c + 42e3c27 commit 137cabe
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 237 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./.github/ @recrwplay
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
prod-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
Loading

0 comments on commit 137cabe

Please sign in to comment.