Skip to content

Commit dc7040f

Browse files
authored
MAINT: Dependabot (#34)
1 parent 5a8a5e1 commit dc7040f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"

.github/workflows/moxunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66
pull_request:
77
branches:
88
- '*'
9+
workflow_dispatch:
910

1011
jobs:
1112
test:
12-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v2
1516
- uses: joergbrech/moxunit-action@master

0 commit comments

Comments
 (0)