Files
FastDeploy/third_party/pybind11/.github/dependabot.yml
jiangjiajun 9d87046d78 first commit
2022-07-05 09:30:15 +00:00

12 lines
346 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
ignore:
# Official actions have moving tags like v1
- dependency-name: "actions/*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]