diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 801c232c..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily - groups: - actions: - patterns: - - "*" - - package-ecosystem: cargo - directory: userspace/ksud - schedule: - interval: daily - allow: - - dependency-type: "all" - groups: - crates: - patterns: - - "*" - - package-ecosystem: gradle - directory: manager - schedule: - interval: daily - groups: - maven: - patterns: - - "*"