We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76963a1 commit aa4d06eCopy full SHA for aa4d06e
1 file changed
.github/dependabot.yaml
@@ -0,0 +1,27 @@
1
+# Please see the documentation for more information:
2
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+# https://containers.dev/guide/dependabot
4
+
5
+version: 2
6
+updates:
7
+ - package-ecosystem: nuget
8
+ directory: /
9
+ schedule:
10
+ interval: weekly
11
+ day: thursday
12
+ groups:
13
+ dotnet:
14
+ patterns:
15
+ - "*"
16
+ ignore:
17
+ - dependency-name: "*"
18
+ update-types: ["version-update:semver-major"]
19
+ - package-ecosystem: github-actions
20
21
22
23
24
25
+ github-actions:
26
27
0 commit comments