diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88867ebc7b1..07fa3e2de70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,3 +33,17 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "karaf-4.4.x" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + target-branch: "karaf-4.4.x" + open-pull-requests-limit: 50 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"]