Skip to content

Commit ce24d59

Browse files
committed
chore: instruct dependabot to ignore devDependencies
1 parent 87e066e commit ce24d59

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/app/'
5+
schedule:
6+
interval: 'weekly'
7+
allow:
8+
# Allow both direct and indirect updates for production packages.
9+
# Ignores packages listed in devDependencies
10+
- dependency-type: 'production'

0 commit comments

Comments
 (0)