Skip to content

Instantly share code, notes, and snippets.

@ansara
Last active January 4, 2021 18:25
Show Gist options
  • Save ansara/3658bc9b74c26f147e72e023a11c6a05 to your computer and use it in GitHub Desktop.
Save ansara/3658bc9b74c26f147e72e023a11c6a05 to your computer and use it in GitHub Desktop.
Dependabot config. Updates project dependencies to their latest versions with daily and weekly-scheduled automated pull requests
version: 2
updates:
- package-ecosystem: pip
directory: "/"
target-branch: dev
labels:
- "pip dependencies"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/foo/bar"
target-branch: dev
labels:
- "pip dependencies"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/"
target-branch: dev
labels:
- "npm dependencies"
schedule:
interval: weekly
day: friday
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment