Skip to content

Commit 5c4259b

Browse files
authored
Merge pull request #317 from akirak/fix-skills-doc
Fix the documentation
2 parents 44e4065 + 86a6a1b commit 5c4259b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

doc/src/content/docs/patterns/updating/dependabot.mdoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
title: Configure dependabot (via a skill)
55
---
66

7-
The flake-templates repository contains [init-dependabot](https://github.com/akirak/flake-templates/tree/main/skills/init-dependabot) skill which you can use to set up dependabot with the help of a coding agent.
7+
The flake-templates repository contains [init-dependabot](https://github.com/akirak/flake-templates/tree/master/skills/init-dependabot) skill which you can use to set up dependabot with the help of a coding agent.
88

99
{% aside type="caution" %}
10-
The skill does not create GitHub App credentials for you. After reviewing the
11-
generated files, create a GitHub App manually and add these repository secrets:
10+
The skill also creates a GitHub Actions workflow that automatically merges
11+
dependabot PRs, but it does not create GitHub App credentials required for the
12+
workflow. After reviewing the generated files, create a GitHub App manually and
13+
add these repository secrets:
1214

1315
- `CREATE_PR_APP_ID`
1416
- `CREATE_PR_APP_PRIVATE_KEY`

0 commit comments

Comments
 (0)