Skip to content

Commit b66dfc9

Browse files
chore: configure dependabot
1 parent 3655c36 commit b66dfc9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 for updates once a week
8+
schedule:
9+
interval: 'weekly'
10+
11+
# Enable version updates for Docker
12+
- package-ecosystem: 'docker'
13+
# Look for a `Dockerfile` in the `root` directory
14+
directory: '/'
15+
# Check for updates once a week
16+
schedule:
17+
interval: 'weekly'
18+
19+
# Enable version updates for GitHub Actions
20+
- package-ecosystem: 'github-actions'
21+
# Workflow files stored in the default location of `.github/workflows`
22+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
23+
directory: '/'
24+
schedule:
25+
interval: 'weekly'

0 commit comments

Comments
 (0)