diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-15 12:17:15 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-15 12:17:15 +0000 |
commit | 10f4724b6babe7fc313801924d50a5ec854e7134 (patch) | |
tree | 63b948c6ccb50e7027435a6fa5593d52b9b58846 | |
parent | 8d5be77c93df5d3dc8b907938114aad252ea6ccd (diff) |
Dependabot requires that the target-branch is a string.
-rw-r--r-- | .github/dependabot.yml | 2 |
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" |