diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1230149..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" diff --git a/.github/workflows/add-asana-comment.yml b/.github/workflows/add-asana-comment.yml deleted file mode 100644 index aaa3f6d..0000000 --- a/.github/workflows/add-asana-comment.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Asana - -on: - pull_request: - types: [opened] - -jobs: - link-asana-task: - if: ${{ github.actor != 'dependabot[bot]' }} - runs-on: ubuntu-latest - steps: - - uses: Asana/create-app-attachment-github-action@v1.3 - id: postAttachment - with: - asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }} - - run: echo "Status is ${{ steps.postAttachment.outputs.status }}" diff --git a/.github/workflows/mergeabot.yml b/.github/workflows/mergeabot.yml index f1e628a..90e154b 100644 --- a/.github/workflows/mergeabot.yml +++ b/.github/workflows/mergeabot.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: freckle/mergeabot-action@v2 with: - quarantine-days: 5 + quarantine-days: -1 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..bd84589 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>freckle/renovate-config" + ], + "minimumReleaseAge": "0 days" +}