mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 14:35:57 +00:00
Dependabot configuration to update actions in workflows
This commit is contained in:
parent
ba3f3cd54b
commit
898a72ad30
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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:
|
||||||
|
# Enable version updates for GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
# Look for GitHub Actions workflows in the `root` directory
|
||||||
|
directory: "/"
|
||||||
|
# Check the for updates once a week
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
Loading…
x
Reference in New Issue
Block a user