From 47e1f0722e1171adfa5baad3142f54befad92cc0 Mon Sep 17 00:00:00 2001 From: Marcelo Boveto Shima Date: Fri, 26 Jul 2024 10:23:45 -0300 Subject: [PATCH] add actions to dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d39756bc..1c90a137f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,12 @@ version: 2 updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + time: '00:30' + open-pull-requests-limit: 10 - package-ecosystem: 'gradle' directory: '/generators/ktlint/resources/' schedule: