Skip to content

Commit

Permalink
Merge pull request #417 from koordinates/dependabot-add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
craigds authored Apr 29, 2021
2 parents 4ab6659 + e83ee83 commit 81b68e8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
registries:
python-index-devpi-kx-gd-root-dev-simple:
type: python-index
url: https://devpi.kx.gd/root/dev/+simple/
replaces-base: true
username: "${{secrets.PYTHON_INDEX_DEVPI_KX_GD_ROOT_DEV_SIMPLE_USERNAME}}"
password: "${{secrets.PYTHON_INDEX_DEVPI_KX_GD_ROOT_DEV_SIMPLE_PASSWORD}}"
python-index-devpi-kx-gd-root-wheels-simple:
type: python-index
url: https://devpi.kx.gd/root/wheels/+simple/
username: "${{secrets.PYTHON_INDEX_DEVPI_KX_GD_ROOT_WHEELS_SIMPLE_USERNAME}}"
password: "${{secrets.PYTHON_INDEX_DEVPI_KX_GD_ROOT_WHEELS_SIMPLE_PASSWORD}}"

updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Pacific/Auckland
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 3
versioning-strategy: lockfile-only
ignore:
- dependency-name: pytest-helpers-namespace
versions:
- 2021.3.24
registries:
- python-index-devpi-kx-gd-root-dev-simple
- python-index-devpi-kx-gd-root-wheels-simple

0 comments on commit 81b68e8

Please sign in to comment.