diff options
| author | 2022-08-21 23:04:15 +0100 | |
|---|---|---|
| committer | 2022-08-21 23:04:15 +0100 | |
| commit | dde3773ecb76775edc50e2d13937e07f0970c1d9 (patch) | |
| tree | f0f3426ff0cbc3f00a47f0761f1173512a51312e /.github | |
| parent | Add missing space to prefix list (diff) | |
| parent | Create dependabot.yml (diff) | |
Merge pull request #15 from python-discord/bot-core-integration
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b38df29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index 0c0bc40..f28530f 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -39,7 +39,7 @@ jobs: id: python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.10' # This step caches our Python dependencies. To make sure we # only restore a cache when the dependencies, the python version, |