Skip to content

Commit ad6db57

Browse files
author
Robert Jackson
authored
Merge pull request #219 from rwjblue/dependabot/add-v2-config-file
2 parents 718227c + 7dbf0fb commit ad6db57

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: "03:00"
8+
timezone: America/New_York
9+
open-pull-requests-limit: 10
10+
versioning-strategy: increase
11+
ignore:
12+
- dependency-name: eslint-config-prettier
13+
versions:
14+
- 8.0.0
15+
- 8.1.0
16+
- dependency-name: hosted-git-info
17+
versions:
18+
- 4.0.0
19+
- 4.0.1
20+
- package-ecosystem: github-actions
21+
directory: "/"
22+
schedule:
23+
interval: daily
24+
time: "03:00"
25+
timezone: America/New_York
26+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)