Skip to content

Commit 423bab6

Browse files
committed
COMDOX-596: Added dependabot file
1 parent ea1a75f commit 423bab6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `root` directory
6+
directory: "/"
7+
# Check the npm registry for updates every day (weekdays)
8+
schedule:
9+
interval: "daily"
10+
allow:
11+
- dependency-name: "@adobe/gatsby-theme-aio"
12+
versioning-strategy: increase
13+
open-pull-requests-limit: 25
14+
labels:
15+
- "dependencies"
16+
ignore:
17+
# Ignore updates to package
18+
- dependency-name: "gatsby"

0 commit comments

Comments
 (0)