From fd27d553d2a31408602104b83b8e310f5414fd8a Mon Sep 17 00:00:00 2001
From: Jussi Virtanen <jussi.virtanen@paritytrading.com>
Date: Sun, 22 Oct 2023 17:52:25 +0300
Subject: [PATCH] Improve Dependabot configuration

Add GitHub Actions.
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index dc2760e..e79db38 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,7 @@ updates:
     ignore:
       - dependency-name: 'com.puppycrawl.tools:checkstyle'
         update-types: ['version-update:semver-major']
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      interval: 'weekly'