From fe201ee92cf72979e655db98367d68b9bd339666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Porto=20Mari=C3=B1o?= Date: Thu, 8 Jan 2026 02:46:19 +0100 Subject: [PATCH] Add dependabot schedule weekly --- .github/dependabot-schedule.yml | 12 ++++++++++++ src/version.txt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot-schedule.yml diff --git a/.github/dependabot-schedule.yml b/.github/dependabot-schedule.yml new file mode 100644 index 0000000..1d6b64c --- /dev/null +++ b/.github/dependabot-schedule.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "composer" + # Look for `composer.json` and `composer.lock` files in the `root` directory + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file diff --git a/src/version.txt b/src/version.txt index 0a63567..43e19c1 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1,2 +1,2 @@ -Commit: 25cf248 +Commit: 8afc94e Version: 0.1.0