diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml new file mode 100644 index 00000000000..d2eaf0d182d --- /dev/null +++ b/.github/auto-merge.yml @@ -0,0 +1,4 @@ +# Update Github actions automatically +- match: + dependency_type: production + update_type: all diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64717d8944c..79976b14b26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,14 +7,14 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily" \ No newline at end of file diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 4315047fe7c..d0c989ac54a 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -44,7 +44,8 @@ jobs: git remote set-url origin https://x-access-token:${{ secrets.AUTOMERGE_TOKEN }}@github.com/${{ github.repository }} git commit -am "chore(deps): cargo hakari" git push - - uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # pin@v2.6 + - name: Dependabot Auto Merge + uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 with: github-token: ${{ secrets.AUTOMERGE_TOKEN }} command: 'squash and merge'