Skip to content

Commit bc30a9f

Browse files
committed
ci: Update actions with dependabot
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 4eb153e commit bc30a9f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/dependabot.yaml

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

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches:
77
- main
88
pull_request:
9-
branches:
10-
- main
119

1210
jobs:
1311
test:

0 commit comments

Comments
 (0)