Skip to content

Commit

Permalink
Fix .gitignore file
Browse files Browse the repository at this point in the history
- Adds missing 7.9 branch
- Makes 7.17 the default/checked branch
  • Loading branch information
joepeeples committed Jun 13, 2024
1 parent 5b8fa48 commit 064e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"upstream": "elastic/security-docs",
"branches": [{ "name": "7.16", "checked": true }, "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.8"],
"branches": [{ "name": "7.17", "checked": true }, "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8"],
"labels": ["backport"]
}

0 comments on commit 064e58a

Please sign in to comment.