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 authored and thiagomacieira committed May 1, 2024
1 parent 0d55382 commit c8e12e9
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 c8e12e9

Please sign in to comment.