diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3112be5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: pip + directory: / + schedule: + interval: daily +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily diff --git a/.github/workflows/biscuit.yml b/.github/workflows/biscuit.yml deleted file mode 100644 index fb1166b..0000000 --- a/.github/workflows/biscuit.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: biscuit - -on: [push] - -jobs: - biscuit: - runs-on: ubuntu-latest - name: Biscuit Checks - steps: - - uses: actions/checkout@v1 - - name: Biscuit Checks - id: biscuit - uses: avengerpenguin/biscuit@main