Sandboxie/.github/dependabot.yml

15 lines
379 B
YAML
Raw Permalink Normal View History

2022-03-08 08:55:31 +00:00
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
2022-04-03 01:25:52 +01:00
# Check for updates to GitHub Actions
interval: "weekly"
day: "tuesday"
2022-08-23 12:30:52 +01:00
ignore:
# Ignore patch updates for actions/cache
- dependency-name: "actions/cache"
update-types: ["version-update:semver-patch"]