Skip to content

Commit 663d8e7

Browse files
authoredJun 25, 2021
Merge pull request beefproject#2090 from beefproject/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 4140300 + 6638e2e commit 663d8e7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎.github/dependabot.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: jsdoc-to-markdown
10+
versions:
11+
- 7.0.0
12+
- package-ecosystem: bundler
13+
directory: "/"
14+
schedule:
15+
interval: daily
16+
open-pull-requests-limit: 10
17+
ignore:
18+
- dependency-name: rubocop
19+
versions:
20+
- 1.10.0
21+
- 1.11.0
22+
- 1.12.0
23+
- 1.12.1
24+
- 1.9.0
25+
- 1.9.1

0 commit comments

Comments
 (0)