diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14cc27471..22673ffef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,14 @@ updates: schedule: interval: "daily" versioning-strategy: increase-if-necessary + # Ignore everything for now (and stay in pace with the upstream) + ignore: + - dependency-name: "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + # Ignore everything for now (and stay in pace with the upstream) + ignore: + - dependency-name: "*" \ No newline at end of file