From 5b6d47f2ead8dffb264a116f997e1082a0a87656 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 24 May 2024 20:24:15 +0100 Subject: [PATCH] dependabot.yml: consistency updates. Let's update this to be more consistent with the other `dependabot.yml` files in the Homebrew organization. --- .github/dependabot.yml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7de2b624f6949..46a3a696938e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: / schedule: interval: daily + allow: + - dependency-type: all # The actions in triage-issues.yml are updated in the Homebrew/.github repo ignore: - dependency-name: actions/stale @@ -20,4 +22,31 @@ updates: interval: daily allow: - dependency-type: all - versioning-strategy: lockfile-only + + - package-ecosystem: npm + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: docker + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: devcontainers + directory: / + schedule: + interval: daily + allow: + - dependency-type: all + + - package-ecosystem: pip + directory: / + schedule: + interval: daily + allow: + - dependency-type: all