diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e20c7500e5..71f2ad9265 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,7 @@ updates: schedule: interval: "daily" commit-message: - prefix: "gomod" - include: "scope" + prefix: "chore(dependabot)" - package-ecosystem: "docker" directory: "/" labels: @@ -20,5 +19,4 @@ updates: schedule: interval: "daily" commit-message: - prefix: "docker" - include: "scope" + prefix: "chore(dependabot)" diff --git a/.github/workflows/lint-markdown-links.yml b/.github/workflows/lint-markdown-links.yml index a6dfc1d327..aeb424691f 100644 --- a/.github/workflows/lint-markdown-links.yml +++ b/.github/workflows/lint-markdown-links.yml @@ -1,7 +1,11 @@ name: Lint Markdown Links run-name: ${{github.event.pull_request.title}} -on: [ pull_request ] +on: + pull_request: + schedule: + # Run every day at 5:00 AM + - cron: "0 5 * * *" jobs: markdown-link-check: