Skip to content

Commit 2e98d91

Browse files
PierreQuintonValerianReyopencode-agent[bot]
authored
ci: Add dependabot configuration for monthly updates (#600)
Co-authored-by: Valérian Rey <31951177+ValerianRey@users.noreply.github.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
1 parent 3fb2e03 commit 2e98d91

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/dependabot.yml

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

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ repos:
1515
- id: ruff-check
1616
args: [ --fix, --ignore, FIX ] # Allow committing with TODOs. Only CI checks should prevent merging with TODOs.
1717
- id: ruff-format
18-
19-
ci:
20-
autoupdate_commit_msg: 'chore: Update pre-commit hooks'
21-
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)