mirror of
https://github.com/caronc/apprise-api.git
synced 2024-11-07 16:54:10 +01:00
20 lines
562 B
YAML
20 lines
562 B
YAML
|
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
|
||
|
# Enable updates for GitHub Actions
|
||
|
- package-ecosystem: "github-actions"
|
||
|
target-branch: "master"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
# Check for updates to GitHub Actions every month
|
||
|
interval: "monthly"
|
||
|
labels:
|
||
|
- "dependencies"
|
||
|
groups:
|
||
|
actions:
|
||
|
update-types:
|
||
|
- "major"
|
||
|
- "minor"
|
||
|
- "patch"
|