Skip to content

Commit f54831a

Browse files
authored
Merge pull request #105 from hugovk/dependabot
Add Dependabot to keep GitHub Actions up-to-date
2 parents 250d73b + c0eebbe commit f54831a

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.github/dependabot.yml

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

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.x"
1818
- uses: pre-commit/[email protected]

.github/workflows/test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Set up Python 3
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919
cache: "pip"

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 23.12.1
3+
rev: 24.1.1
44
hooks:
55
- id: black
66

@@ -18,5 +18,10 @@ repos:
1818
hooks:
1919
- id: sphinx-lint
2020

21+
- repo: meta
22+
hooks:
23+
- id: check-hooks-apply
24+
- id: check-useless-excludes
25+
2126
ci:
2227
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)