From e7759bde046ac5cb636fddb7fd4053ed2da8a3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Mon, 1 Jun 2026 21:59:27 +0200 Subject: [PATCH] chore: remove dependabot --- .github/dependabot.yml | 20 -------------------- .github/workflows/test.yml | 3 +++ 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 31fdb4f..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "composer" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "08:00" - timezone: "Europe/Paris" - cooldown: - default-days: 15 - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "08:00" - timezone: "Europe/Paris" - cooldown: - default-days: 15 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90b4473..336f33b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,9 @@ concurrency: cancel-in-progress: true on: + push: + branches: + - master pull_request: paths-ignore: - '**.md'