File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Configuration for minor and patch updates
4+ # NuGet packages (.NET projects)
5+ - package-ecosystem : " nuget"
6+ directory : " /"
7+ schedule :
8+ interval : " weekly"
9+ open-pull-requests-limit : 10
10+ target-branch : " Automatic_version_update_dependabot"
11+
12+ automerge :
13+ enable : true
14+ allow :
15+ - dependency-type : " all"
16+ - update-type : " minor"
17+ - update-type : " patch"
18+ - update-type : " pin"
19+ - update-type : " digest"
20+ automerge-types : ["minor", "patch", "pin", "digest"]
21+ # Optional: Set version requirement for automerge
22+ versioning-strategy : auto
23+
24+
25+
26+
27+ # ignore:
28+ # - dependency-name: "*"
29+ # update-types: ["version-update:semver-major"]
30+
31+ # Enable automatic merging
32+ # Configuration for major updates only
33+ # - package-ecosystem: "nuget"
34+ # directory: "/"
35+ # schedule:
36+ # interval: "weekly"
37+ # open-pull-requests-limit: 5
38+ # target-branch: "Automatic_version_update_dependabot"
39+ # ignore:
40+ # - dependency-name: "*"
41+ # update-types: ["version-update:semver-minor", "version-update:semver-patch"]
42+ # versioning-strategy: auto
You can’t perform that action at this time.
0 commit comments