Skip to content

Commit cf49640

Browse files
committed
Add note about dependabot
1 parent d1a02f4 commit cf49640

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitH
1212

1313
![GitHub Labeler](.res/ghaction-github-labeler.png)
1414

15+
___
16+
17+
* [Usage](#usage)
18+
* [YAML configuration](#yaml-configuration)
19+
* [Workflow](#workflow)
20+
* [Customizing](#customizing)
21+
* [inputs](#inputs)
22+
* [environment variables](#environment-variables)
23+
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
24+
* [How can I help?](#how-can-i-help)
25+
* [License](#license)
26+
1527
## Usage
1628

1729
### YAML configuration
@@ -102,7 +114,23 @@ Following environment variables can be used as `step.env` keys
102114
|----------------|--------------------------------------|
103115
| `GITHUB_TOKEN` | [GITHUB_TOKEN](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` |
104116

105-
## How can I help ?
117+
## Keep up-to-date with GitHub Dependabot
118+
119+
Since [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot)
120+
has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem),
121+
to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file:
122+
123+
```yaml
124+
version: 2
125+
updates:
126+
# Maintain dependencies for GitHub Actions
127+
- package-ecosystem: "github-actions"
128+
directory: "/"
129+
schedule:
130+
interval: "daily"
131+
```
132+
133+
## How can I help?
106134

107135
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket:
108136

0 commit comments

Comments
 (0)