File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33 - package-ecosystem : " nuget" # See documentation for possible values
44 directory : " /" # Location of package manifests
55 schedule :
6- interval : " daily"
6+ interval : " weekly"
7+
8+ - package-ecosystem : " github-actions" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change 3636 run : dotnet build --no-restore
3737 - name : Test
3838 run : dotnet test --no-build --no-restore --verbosity normal
39+
40+ automerge :
41+ needs : [build-and-test]
42+ runs-on : ubuntu-latest
43+
44+ permissions :
45+ pull-requests : write
46+ contents : write
47+
48+ steps :
49+ - uses : fastify/github-action-merge-dependabot@v3.4.1
You can’t perform that action at this time.
0 commit comments