coder-enterprise-images/.github/dependabot.yml

31 lines
827 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"
ignore:
# These actions deliver the latest versions by updating the
# major release tag, so ignore minor/patch updates
- dependency-name: "actions/*"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- dependency-name: "docker/login-action"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"