Skip to content

Commit 056b8ec

Browse files
committed
update readme
1 parent fd8d7f5 commit 056b8ec

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ GitHub Action to expose GitHub runtime to the workflow
1111
___
1212

1313
* [Usage](#usage)
14-
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
1514
* [Contributing](#contributing)
1615
* [License](#license)
1716

@@ -37,22 +36,6 @@ jobs:
3736
env|sort
3837
```
3938
40-
## Keep up-to-date with GitHub Dependabot
41-
42-
Since [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot)
43-
has [native GitHub Actions support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem),
44-
to enable it on your GitHub repo all you need to do is add the `.github/dependabot.yml` file:
45-
46-
```yaml
47-
version: 2
48-
updates:
49-
# Maintain dependencies for GitHub Actions
50-
- package-ecosystem: "github-actions"
51-
directory: "/"
52-
schedule:
53-
interval: "daily"
54-
```
55-
5639
## Contributing
5740
5841
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If

0 commit comments

Comments
 (0)