👷 Update GitHub Actions format (#1363)
This commit is contained in:

committed by
GitHub

parent
cdc7b50fec
commit
32227c4020
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@@ -1,16 +1,16 @@
|
||||
version: 2
|
||||
updates:
|
||||
# GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ⬆
|
||||
# Python
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
- package-ecosystem: pip
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: daily
|
||||
commit-message:
|
||||
prefix: ⬆
|
||||
|
Reference in New Issue
Block a user