diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-15 12:17:49 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-15 12:17:49 +0000 |
commit | 3b09f4aa547bd4bdd96e6221d6088a0336695523 (patch) | |
tree | dee037f847f8ccf67844d1c35aeb685de91528ff /.github | |
parent | ad86535024e3a85bd161b711aabe93997a5705ad (diff) | |
parent | 10f4724b6babe7fc313801924d50a5ec854e7134 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to '.github')
-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" |