diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f3be64d..08d42d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,5 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: daily - time: '05:30' + interval: yearly timezone: Europe/London diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index de97f46..2cff2a7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: run: echo "::add-matcher::.github/actionlint-matcher.json" - name: Lint workflows - uses: docker://rhysd/actionlint@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 # v1.7.7 + uses: docker://rhysd/actionlint:1.7.7@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 with: args: -color