Skip to content

Commit 03954fa

Browse files
Create dependabot.yml
1 parent 15622a4 commit 03954fa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/" # Location of package manifests
7+
schedule:
8+
interval: "daily"
9+
open-pull-requests-limit: 10
10+
commit-message:
11+
prefix: "⬆️ "
12+
13+
- package-ecosystem: "nuget"
14+
directory: "/" # Location of package manifests
15+
schedule:
16+
interval: "daily"
17+
open-pull-requests-limit: 10
18+
commit-message:
19+
prefix: "⬆️ "

0 commit comments

Comments
 (0)