Skip to content

Commit

Permalink
CI: Enabling pre-commit.ci and dependabot bots
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Nov 20, 2023
1 parent b0934a4 commit 54c5f8c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates once a week
interval: 'weekly'
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ exclude: |
docs/.*
)$
fail_fast: false
ci:
autoupdate_schedule: monthly
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.32.2 (2023-MM-DD)

- CI: Enabling pre-commit.ci and dependabot bots

## 1.32.1 (2023-11-14)

- FIX: Add the support of `no_sign_request` in `s3` functions
Expand Down

0 comments on commit 54c5f8c

Please sign in to comment.