Skip to content

Commit d72512a

Browse files
committed
dependabot: keep github-actions updated
Signed-off-by: William Woodruff <[email protected]>
1 parent 61e3fba commit d72512a

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "pip"
4-
directory: "/"
5-
schedule:
6-
interval: "monthly"
7-
groups:
8-
python:
9-
patterns:
10-
- "*"
11-
- package-ecosystem: "cargo"
12-
directory: "/"
13-
schedule:
14-
interval: "monthly"
15-
groups:
16-
rust:
17-
patterns:
18-
- "*"
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
python:
9+
patterns:
10+
- "*"
11+
- package-ecosystem: "cargo"
12+
directory: "/"
13+
schedule:
14+
interval: "monthly"
15+
groups:
16+
rust:
17+
patterns:
18+
- "*"
19+
- package-ecosystem: "github-actions"
20+
directory: ".github/workflows"
21+
schedule:
22+
interval: "monthly"
23+
groups:
24+
actions:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)