Skip to content

Commit 65996e1

Browse files
Merge pull request #33 from DACCS-Climate/bump-actions
update dependabot to handle github actions too
2 parents 1a23f1d + 0bb5561 commit 65996e1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
- package-ecosystem: "pre-commit"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.9.5
4+
rev: v0.15.12
55
hooks:
66
# Run the linter.
77
- id: ruff

0 commit comments

Comments
 (0)