diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a4ec85a9b43..5a1810888c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,9 @@ updates: schedule: interval: "weekly" allow: - # Allow both direct and indirect updates for all packages. + # Allow production updates only (can do a AND, several entries are doing a OR) - dependency-type: "production" + #- dependency-type: "direct" exclude-paths: - 'dev' - 'tests/acceptance'