Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvanderhorst committed Nov 26, 2024
1 parent dfca387 commit 393d0d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
prod-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ coverage:

patch: # Applies to the contents of a single PR or commit only.
default:
informational: false
informational: true

0 comments on commit 393d0d8

Please sign in to comment.