Skip to content

Commit 33f0ef0

Browse files
BenjaminMichaelisMarkMichaelis
authored andcommitted
Automerge dependabot and add Github actions to dependabot (#374)
1 parent 315421a commit 33f0ef0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ updates:
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"

.github/workflows/build-and-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ jobs:
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

0 commit comments

Comments
 (0)