Skip to content

Commit a04e3ae

Browse files
authored
Merge pull request #108 from ocefpaf/fix_dependabot
Fix dependabot
2 parents 08671a8 + e157cf5 commit a04e3ae

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
version: 2
44
updates:
55

6-
- package-ecosystem:
7-
- "github-actions"
8-
- "pre-commit"
6+
- package-ecosystem: "github-actions"
97
directory: "/"
108
schedule:
119
interval: "daily"
@@ -17,3 +15,12 @@ updates:
1715
- '*'
1816
cooldown:
1917
default-days: 7
18+
19+
- package-ecosystem: "pre-commit"
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
labels:
24+
- "Bot"
25+
cooldown:
26+
default-days: 7

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,12 @@ repos:
7171
rev: "v2.20.0"
7272
hooks:
7373
- id: pyproject-fmt
74+
75+
ci:
76+
autofix_commit_msg: |
77+
[pre-commit.ci] auto fixes from pre-commit.com hooks
78+
79+
for more information, see https://pre-commit.ci
80+
autofix_prs: false
81+
skip: []
82+
submodules: false

0 commit comments

Comments
 (0)