Skip to content

Commit 824f42b

Browse files
authored
Merge pull request #137 from felixheck/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 14d3261 + 78ce43b commit 824f42b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10
9+
versioning-strategy: increase-if-necessary
10+
ignore:
11+
- dependency-name: jwk-to-pem
12+
versions:
13+
- "> 1.2.6"

0 commit comments

Comments
 (0)