You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/content/docs/patterns/updating/dependabot.mdoc
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@
4
4
title: Configure dependabot (via a skill)
5
5
---
6
6
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.
8
8
9
9
{% 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
0 commit comments