diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 881d9e70..eaaf3d53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,17 +3,22 @@ updates: - package-ecosystem: github-actions directory: / target-branch: master + labels: + - "meta: CI" schedule: - interval: weekly + interval: daily groups: actions: patterns: - "*" + - package-ecosystem: pip directory: / target-branch: master + labels: + - "meta: deps" schedule: - interval: weekly + interval: daily groups: actions: patterns: