Skip to content

Commit eb95350

Browse files
authored
Create dependabot.yml
1 parent adeda00 commit eb95350

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
7+
# Maintain dependencies for GitHub Actions
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
13+
# Maintain dependencies for Bundler
14+
- package-ecosystem: "bundler"
15+
directory: "/"
16+
schedule:
17+
interval: "monthly"

0 commit comments

Comments
 (0)