Skip to content

Commit

Permalink
Fix dependabot backport target (#8351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Apr 19, 2024
1 parent 04c2e1f commit 131703f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ updates:
interval: "daily"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions aiohttp 3.9
# Maintain dependencies for GitHub Actions aiohttp backport
- package-ecosystem: "github-actions"
directory: "/"
labels:
- dependencies
target-branch: "3.9"
target-branch: "3.10"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# Maintain dependencies for Python aiohttp 3.10
# Maintain dependencies for Python aiohttp backport
- package-ecosystem: "pip"
directory: "/"
labels:
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing-admins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Back on the original release branch, bump the version number and append ``.dev0`
If doing a minor release:

#. Create a new release branch for future features to go to: e.g. ``git checkout -b 3.10 3.9 && git push``
#. Update ``target-branch`` for Dependabot to reference the new branch name in ``.github/dependabot.yml``.
#. Update both ``target-branch`` backports for Dependabot to reference the new branch name in ``.github/dependabot.yml``.
#. Delete the older backport label (e.g. backport-3.8): https://github.com/aio-libs/aiohttp/labels
#. Add a new backport label (e.g. backport-3.10).

0 comments on commit 131703f

Please sign in to comment.