We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c2d29 commit 9d2542bCopy full SHA for 9d2542b
1 file changed
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+# SPDX-License-Identifier: Apache-2.0
2
+# Licensed to the Ed-Fi Alliance under one or more agreements.
3
+# The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
4
+# See the LICENSE and NOTICES files in the project root for more information.
5
+
6
+version: 2
7
+updates:
8
+ - package-ecosystem: nuget
9
+ directory: src/
10
+ target-branch: main
11
+ schedule:
12
+ interval: weekly
13
+ groups:
14
+ minor-patches:
15
+ applies-to: version-updates
16
+ patterns:
17
+ - "*"
18
+ update-types:
19
+ - "minor"
20
+ - "patch"
0 commit comments