Skip to content

Commit 6d37e15

Browse files
committed
Merge branch 'main' of https://github.com/RyanL2004/gitingest into feature/add-txt-pattern-test
2 parents 773dbdb + f34b030 commit 6d37e15

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
version: 2
2-
32
updates:
43
- package-ecosystem: "pip"
54
directory: "/"
65
schedule:
76
interval: "daily"
87
time: "06:00"
8+
timezone: "UTC"
99
open-pull-requests-limit: 5
1010
labels:
11-
- "patch"
12-
- "minor"
13-
ignore:
14-
- dependency-name: "pytest"
15-
versions: [">=6.0.0a1, <7.0.0"]
11+
- "dependencies"
12+
- "pip"

0 commit comments

Comments
 (0)