diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6cbf87b8ebb..1346acd8af1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -85,6 +85,7 @@ updates: - "🧱 stack: mgmt" - dependencies + # Enable version updates in github-actions - package-ecosystem: "github-actions" directory: / schedule: @@ -95,3 +96,47 @@ updates: - "🟩 priority: low" - "🧱 stack: mgmt" - dependencies + + - package-ecosystem: "github-actions" + directory: /actions/build-docs + schedule: + interval: "monthly" + labels: + - "💻 aspect: code" + - "🧰 goal: internal improvement" + - "🟩 priority: low" + - "🧱 stack: mgmt" + - dependencies + + - package-ecosystem: "github-actions" + directory: /actions/get-changes + schedule: + interval: "monthly" + labels: + - "💻 aspect: code" + - "🧰 goal: internal improvement" + - "🟩 priority: low" + - "🧱 stack: mgmt" + - dependencies + + - package-ecosystem: "github-actions" + directory: /actions/load-img + schedule: + interval: "monthly" + labels: + - "💻 aspect: code" + - "🧰 goal: internal improvement" + - "🟩 priority: low" + - "🧱 stack: mgmt" + - dependencies + + - package-ecosystem: "github-actions" + directory: /actions/setup-env + schedule: + interval: "monthly" + labels: + - "💻 aspect: code" + - "🧰 goal: internal improvement" + - "🟩 priority: low" + - "🧱 stack: mgmt" + - dependencies