Skip to content

Commit

Permalink
Merge pull request #1683 from rmartin16/config-file-deps
Browse files Browse the repository at this point in the history
Add CI workflow to bump config file dependencies
  • Loading branch information
freakboy3742 committed Mar 7, 2024
2 parents 037a7f5 + cf003b1 commit eae5368
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/config-file-deps-bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bump Config File Dependencies

on:
schedule:
- cron: "0 20 * * SUN" # Sunday @ 2000 UTC
workflow_dispatch:

jobs:
dep-bump-versions:
name: Bump Config File Dependencies
uses: beeware/.github/.github/workflows/dep-version-bump.yml@main
secrets: inherit
with:
subdirectory: . automation
1 change: 1 addition & 0 deletions changes/1683.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A CI workflow was added to bump dependencies in configuration files.

0 comments on commit eae5368

Please sign in to comment.