Skip to content

Commit 6a1753d

Browse files
committed
chore(deps): add dependabot configuration
starting out to handle top-level of monorepo and github actions
1 parent ca82e54 commit 6a1753d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
allow:
8+
- dependency-type: 'production'
9+
# Check the npm registry for updates every day (weekdays)
10+
schedule:
11+
interval: 'daily'
12+
target-branch: dependency-updates
13+
labels:
14+
- 'dependencies'
15+
16+
- package-ecosystem: 'github-actions'
17+
# Workflow files stored in the
18+
# default location of `.github/workflows`
19+
directory: '/'
20+
schedule:
21+
interval: 'daily'
22+
target-branch: dependency-updates
23+
labels:
24+
- 'dependencies'

0 commit comments

Comments
 (0)