Merge pull request #642 from ldapjs/dependabot-config-tweak
Update dependabot.yml
This commit is contained in:
commit
2b4b9ed5a2
|
@ -1,10 +1,18 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
day: "saturday"
|
||||||
|
time: "03:00"
|
||||||
|
timezone: "America/New_York"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
day: "saturday"
|
||||||
|
time: "03:00"
|
||||||
|
timezone: "America/New_York"
|
||||||
|
|
Loading…
Reference in New Issue