2020-09-09 15:25:12 +03:00
|
|
|
# Config for Dependabot updates. See Documentation here:
|
2021-11-21 20:48:42 +03:00
|
|
|
# https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
2020-09-09 15:25:12 +03:00
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2021-11-21 20:48:42 +03:00
|
|
|
# Update GitHub actions in workflows
|
2020-09-09 15:25:12 +03:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2021-01-31 21:11:23 +03:00
|
|
|
labels:
|
|
|
|
- "update"
|
2021-12-07 22:05:59 +03:00
|
|
|
|
|
|
|
# Update npm packages
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "{{cookiecutter.project_slug}}/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
labels:
|
|
|
|
- "update"
|