Skip to content

Commit

Permalink
CI: Add dependabot.yml
Browse files Browse the repository at this point in the history
This will cause dependabot to open a PR when various actions are
updated, provided that the action maintainer has issued a release.

Closes #12623
  • Loading branch information
andy5995 authored and bagder committed Jan 2, 2024
1 parent 8558647 commit bf7cd83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 4 additions & 0 deletions .reuse/dep5
Expand Up @@ -96,3 +96,7 @@ License: curl
Files: .mailmap
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl

Files: .github/dependabot.yml
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl

0 comments on commit bf7cd83

Please sign in to comment.