We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7e272 commit bada242Copy full SHA for bada242
.github/dependabot.yml
@@ -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
15
16
17
18
19
20
21
0 commit comments