diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c388ad8f..0903d1cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,7 @@ updates: # so pin until this is resolved: # https://github.com/mkdocs/mkdocs/issues/4032 - dependency-name: "click" + - package-ecosystem: "github-actions" directory: "/" schedule: @@ -34,3 +35,13 @@ updates: # Newer versions of lychee cause the exclude-path to not take effect. ignore: - dependency-name: "lycheeverse/lychee-action" + + - 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/pages-deployment.yml b/.github/workflows/pages-deployment.yml index 441ce434..bb61f213 100644 --- a/.github/workflows/pages-deployment.yml +++ b/.github/workflows/pages-deployment.yml @@ -4,10 +4,12 @@ on: push: workflow_dispatch: +permissions: + contents: read + jobs: deploy: permissions: - contents: read deployments: write runs-on: ubuntu-latest