diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0481cf8..a88621c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,32 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 20 + day: "monday" + time: "08:00" + timezone: "Europe/London" commit-message: prefix: "chore: " + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "Europe/London" commit-message: prefix: "chore: " + cooldown: + default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "Europe/London" + cooldown: + default-days: 7 diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index c462dfe..e34ae96 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Bump version and push tag id: tag - uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: false