diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51c53f3..500ab13 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,8 @@ updates: interval: "daily" cooldown: default-days: 2 + exclude: + - "@docker/actions-toolkit" versioning-strategy: "increase" allow: - dependency-type: "production" diff --git a/.github/zizmor.yml b/.github/zizmor.yml deleted file mode 100644 index 6415720..0000000 --- a/.github/zizmor.yml +++ /dev/null @@ -1,3 +0,0 @@ -rules: - secrets-outside-env: # FIXME: remove this rule when zizmor 1.24.0 is released, fixing the right persona attached to this rule: https://github.com/zizmorcore/zizmor/pull/1783 - disable: true