Skip to content

Instantly share code, notes, and snippets.

@ejntaylor
Created July 26, 2021 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejntaylor/357de082039c780aac01a41e01d946af to your computer and use it in GitHub Desktop.
Save ejntaylor/357de082039c780aac01a41e01d946af to your computer and use it in GitHub Desktop.
Example Dependabot yml file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment