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: README.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ GitHub Action to expose GitHub runtime to the workflow
11
11
___
12
12
13
13
*[Usage](#usage)
14
-
*[Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
15
14
*[Contributing](#contributing)
16
15
*[License](#license)
17
16
@@ -37,22 +36,6 @@ jobs:
37
36
env|sort
38
37
```
39
38
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
-
56
39
## Contributing
57
40
58
41
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