Skip to content

Commit 9d2542b

Browse files
authored
Create dependabot.yml (Ed-Fi-Alliance-OSS#99)
1 parent 25c2d29 commit 9d2542b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)