summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-15 12:17:15 +0000
committerSadie Powell <sadie@witchery.services>2024-03-15 12:17:15 +0000
commit10f4724b6babe7fc313801924d50a5ec854e7134 (patch)
tree63b948c6ccb50e7027435a6fa5593d52b9b58846 /.github
parent8d5be77c93df5d3dc8b907938114aad252ea6ccd (diff)
Dependabot requires that the target-branch is a string.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fc9d9fad9..b6d169b00 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,4 +4,4 @@ updates:
directory: /
schedule:
interval: monthly
- target-branch: 2.1
+ target-branch: "2.1"