We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104f82 commit d3078b5Copy full SHA for d3078b5
.github/dependabot.yml
@@ -3,4 +3,4 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: "monthly"
.pre-commit-config.yaml
@@ -1,8 +1,8 @@
1
ci:
2
- autoupdate_branch: devel
+ autoupdate_schedule: quarterly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.15.4
+ rev: v0.15.5
hooks:
7
- id: ruff
8
args:
0 commit comments