Skip to content

Commit f66058a

Browse files
authored
Add dependabot and pre-commit CI for automatic versioning updates (#466)
1 parent f2431d1 commit f66058a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every week
8+
interval: "weekly"

.pre-commit-config.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autofix_prs: false
3+
autoupdate_schedule: quarterly
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v4.3.0

0 commit comments

Comments
 (0)