Skip to content

Commit d3078b5

Browse files
committed
tooling
1 parent 7104f82 commit d3078b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ci:
2-
autoupdate_branch: devel
2+
autoupdate_schedule: quarterly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.4
5+
rev: v0.15.5
66
hooks:
77
- id: ruff
88
args:

0 commit comments

Comments
 (0)