Skip to content

Commit f4c4742

Browse files
authored
chore: more CI chores, add Dependabot (#3)
1 parent d742ede commit f4c4742

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"
13+
- package-ecosystem: "uv"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
cooldown:
18+
default-days: 7
19+
groups:
20+
uv:
21+
patterns:
22+
- "*"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions: {}
1515

1616
jobs:
1717
test:
18+
name: Unit tests
1819
runs-on: ubuntu-latest
1920

2021
permissions:

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Actions Security Analysis with zizmor 🌈
1+
name: GitHub Actions Security Analysis with zizmor
22

33
on:
44
push:
@@ -14,7 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
zizmor:
17-
name: Run zizmor 🌈
17+
name: Run zizmor
1818
runs-on: ubuntu-latest
1919
permissions:
2020
contents: read # only needed for private repos

0 commit comments

Comments
 (0)