Skip to content

Commit

Permalink
Merge pull request #886 from globus/batch-dependabot-updates
Browse files Browse the repository at this point in the history
Use a monthly update schedule
  • Loading branch information
sirosen authored Oct 18, 2023
2 parents 78074fa + c5fb701 commit 8ccb29a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: 2
# check for python package and github-actions updates weekly
updates:
- package-ecosystem: "pip"
directory: "/"
Expand All @@ -8,7 +7,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
github-actions:
patterns:
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autoupdate_schedule: "monthly"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
Expand Down

0 comments on commit 8ccb29a

Please sign in to comment.