mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
Add config file for Dependabot (#1037)
GitHub are gradually integrating Dependabot into GitHub as a native feature. The native integration now supports updating not only security updates, but all dependencies - however this must be explicitly enabled by adding a config file: https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates The config options are described here: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates Closes @W-7937066@. [skip changelog]
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "c: dependencies"
|
||||
|
||||
- package-ecosystem: "bundler"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "c: dependencies"
|
||||
Reference in New Issue
Block a user