fix dependabot config (#6392)

This commit is contained in:
Sebastian Beltran
2025-03-16 17:44:57 -05:00
committed by GitHub
parent 0bb00e1906
commit 4a2175dfc9

17
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
time: "23:00"
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]