Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.