Skip to content

Commit 8d10e2e

Browse files
Ali AbdelfattahTheBuggedYRN
andauthored
[MOB-9350] Update Dependabot Config (#741)
* Update dependabot interval * Change to weekly * Ignore Major Versions Co-authored-by: Youssef Raafat <[email protected]>
1 parent fa44484 commit 8d10e2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ updates:
44
- package-ecosystem: "npm"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
8+
ignore:
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)