Skip to content

Commit

Permalink
Update CI configurations (#134)
Browse files Browse the repository at this point in the history
* Update dependabot config

* add precommit update workflow
  • Loading branch information
dmulcahey authored Aug 17, 2024
1 parent 8c3a508 commit 91b20f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
12 changes: 12 additions & 0 deletions .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CI

on:
schedule:
# run daily
- cron: "0 0 * * *"

jobs:
shared-precommit-update:
uses: zigpy/workflows/.github/workflows/pre-commit-update.yml@main
with:
PYTHON_VERSION_DEFAULT: 3.12

0 comments on commit 91b20f5

Please sign in to comment.