diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6134d95 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +// SPDX-FileCopyrightText: 2024 Crawler-commons +// SPDX-License-Identifier: Apache-2.0 + +version: 2 +updates: + - package-ecosystem: maven + directory: "/" + schedule: + interval: weekly + time: '04:00' + open-pull-requests-limit: 15 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"