Skip to content

Commit bada242

Browse files
committed
Create dependabot.yml
1 parent 9e7e272 commit bada242

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
ignore:
6+
# ignore all patch and pre-release updates
7+
- dependency-name: "*"
8+
update-types: ["version-update:semver-patch"]
9+
schedule:
10+
interval: daily
11+
open-pull-requests-limit: 10
12+
13+
- package-ecosystem: nuget
14+
directory: "/"
15+
ignore:
16+
# ignore all patch and pre-release updates
17+
- dependency-name: "*"
18+
update-types: ["version-update:semver-patch"]
19+
schedule:
20+
interval: daily
21+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)