Skip to content

Commit

Permalink
Merge pull request #22 from rlabinc/main-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
origamiofficial committed Aug 21, 2023
2 parents 4bbdfce + 37f3bd9 commit cbcc5bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for Pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit cbcc5bc

Please sign in to comment.