Skip to content

Commit aec7083

Browse files
authored
Merge pull request #1345 from adamhathcock/adam/minor-updates
Minor updates
2 parents 2241326 + 5bfb67e commit aec7083

14 files changed

Lines changed: 341 additions & 798 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
version: 2
2-
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "weekly"
72

3+
updates:
84
- package-ecosystem: "nuget"
9-
directory: "/" # change to "/src/YourProject" if .csproj files are in subfolders
5+
directory: "/"
106
schedule:
117
interval: "weekly"
12-
open-pull-requests-limit: 5
13-
# optional: target-branch: "master"
8+
9+
open-pull-requests-limit: 2
10+
11+
groups:
12+
all-dependencies:
13+
patterns:
14+
- "*"
15+
16+
ignore:
17+
- dependency-name: "*"
18+
update-types:
19+
- "version-update:semver-major"

0 commit comments

Comments
 (0)