diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e4287fe..49d0aa37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,10 @@ updates: directory: "/.devcontainer/workspace/" schedule: interval: "weekly" + ignore: + - dependency-name: "php" + update-types: ["version-update:semver-minor"] + - package-ecosystem: "docker" directory: "/.devcontainer/nginx/" schedule: