This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MJLINK-78 in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit 2838f16649238991548f4ac65078a3598e509082 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Jan 29 22:59:25 2024 +0100 Cleanup dependabot.yml --- .github/dependabot.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d061e2..63f27fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,17 +20,8 @@ updates: directory: "/" schedule: interval: daily - time: '04:00' - open-pull-requests-limit: 10 - ignore: - # Ignore Maven 3.2.1+ - - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools - versions: - - ">=3.2.0" - - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness - versions: - - ">=3.2.0" + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily"
