From 686cc7939edce6780716ce6340814a85e8d9731b Mon Sep 17 00:00:00 2001 From: wcjord <32568597+wcjord@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:55:59 -0500 Subject: [PATCH] Enable Dependabot security updates (Closes pangeachat/security#34) --- .github/dependabot.yml | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ac76ab0e..a4bf8fa98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,23 +1,13 @@ -# version: 2 -# updates: -# - package-ecosystem: "pub" -# directory: "/" -# schedule: -# interval: "daily" -# allow: -# - dependency-name: "*" -# commit-message: -# prefix: "build: " -# include: "scope" -# assignees: -# - "krille-chan" -# open-pull-requests-limit: 5 -# - package-ecosystem: "github-actions" -# directory: "/" -# schedule: -# interval: "daily" -# allow: -# - dependency-name: "*" -# commit-message: -# prefix: "build: " -# include: "scope" +version: 2 +updates: + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 3