diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d8ec294 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + commit-message: + prefix: "chore(ci): " + - package-ecosystem: pip + directory: / + schedule: + interval: daily diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 55b19ba..66055e0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.8, 3.11] steps: - uses: actions/checkout@v2 diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f45d8f1..0000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "config:base" - ] -}