Skip to content

Commit

Permalink
Provide dependabot configuration for GitHub Actions (redhat-documenta…
Browse files Browse the repository at this point in the history
…tion#373)

part of redhat-documentation#372

it will create the PR to update GitHub actions automatically. i t will
contain the PR to update actions/checkout to a version recent enough to
rely on Node 16 instead of Node 12 which is deprecated and planned for
removal
  • Loading branch information
apupier authored Oct 26, 2022
1 parent ef4e04c commit dc10a7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit dc10a7e

Please sign in to comment.