Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Aug 13, 2024
1 parent ec6b23b commit f6fdd17
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
allow:
- dependency-name: "@adyen/api-library"

0 comments on commit f6fdd17

Please sign in to comment.