Skip to content

Commit

Permalink
CI: add dependabot configuration
Browse files Browse the repository at this point in the history
Dependabot can provide automatic pull requests
for things in the repository that should
be updated.

Example PR from dependabot against a repo owned
by the github organization:

github/opensource.guide#2248

Documentation:

https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates
  • Loading branch information
pjonsson committed Nov 2, 2023
1 parent 65a4147 commit c9f64f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
target-branch: "main"

0 comments on commit c9f64f4

Please sign in to comment.