Skip to content

Commit a08ed38

Browse files
authored
enable dependabot for github actions (#101406)
* enable dependabot for github actions * Update dependabot.yml
1 parent 4fc6d4c commit a08ed38

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
registries:
3+
public-nuget:
4+
type: nuget-feed
5+
url: https://api.nuget.org/v3/index.json
6+
updates:
7+
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
open-pull-requests-limit: 5
13+
labels:
14+
- area-codeflow

0 commit comments

Comments
 (0)