Skip to content

Commit f1265f0

Browse files
Upgrade to GitHub-native Dependabot (#178)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent b0d6fab commit f1265f0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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: ts-loader
10+
versions:
11+
- 9.0.0
12+
- 9.1.0
13+
- dependency-name: "@wordpress/babel-preset-default"
14+
versions:
15+
- 5.0.0
16+
- 5.0.1
17+
- 5.1.0
18+
- 5.2.0

0 commit comments

Comments
 (0)