Skip to content

Commit 622adbe

Browse files
Siedlerchrkoppor
andauthored
Add dependabot config (#3)
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
1 parent f7ee503 commit 622adbe

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Basic `dependabot.yml` file with
2+
# minimum configuration for three package managers
3+
4+
version: 2
5+
updates:
6+
# Enable version updates for npm
7+
- package-ecosystem: "npm"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
day: sunday
12+
13+
# Enable version updates for GitHub Actions
14+
- package-ecosystem: "github-actions"
15+
# Workflow files stored in the default location of `.github/workflows`
16+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
day: sunday
21+
22+
- package-ecosystem: "gitsubmodule"
23+
directory: "/"
24+
schedule:
25+
interval: weekly
26+
day: sunday
27+
labels: [ ]

0 commit comments

Comments
 (0)