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 Jun 11, 2022
1 parent 0328842 commit 8a26222
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: "develop"

0 comments on commit 8a26222

Please sign in to comment.