From 41ad06b7a837ccd40c994d1a2774fc9b0535bc94 Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Tue, 25 Nov 2025 19:21:15 +0000 Subject: [PATCH] Updated Wiki content --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4dc6a16 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + # Only care about major updates to github actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + ignore: # Only suggest major updates for built-in actions + - dependency-name: "github/*" + update-types: ["version-update:semver-patch", "version-update:semver-minor"] + - dependency-name: "actions/*" + update-types: ["version-update:semver-patch", "version-update:semver-minor"] + # Docker dependencies + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "monthly" + # no support for c/cpp