Skip to content

Commit 4be6bbd

Browse files
authored
chore: enable dependabot for pre-commit and refresh hook pins (boto#4775)
1 parent 4ccdda8 commit 4be6bbd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ updates:
99
update-types: ["version-update:semver-patch"]
1010
cooldown:
1111
default-days: 7
12+
- package-ecosystem: "pre-commit"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
cooldown:
17+
default-days: 7

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
22
repos:
33
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
4-
rev: v5.0.0
4+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.8
10+
rev: d1b833175a5d08a925900115526febd8fe71c98e # frozen: v0.15.11
1111
hooks:
1212
- id: ruff-check
1313
args: [ --fix ]

0 commit comments

Comments
 (0)