diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 339de14..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - time: '11:07' \ No newline at end of file diff --git a/.github/workflows/remove-dependabot-on-template.yaml b/.github/workflows/remove-dependabot-on-template.yaml index de7c898..247feb9 100644 --- a/.github/workflows/remove-dependabot-on-template.yaml +++ b/.github/workflows/remove-dependabot-on-template.yaml @@ -19,6 +19,6 @@ jobs: run: rm -f .github/dependabot.yaml - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Remove Dependabot \ No newline at end of file