Skip to content

Commit

Permalink
Dependabot to update github actions (#905)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong authored Nov 13, 2024
1 parent 3cbb8e5 commit 985df83
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2
updates:
- directory: /
- package-ecosystem: "npm"
directory: /
open-pull-requests-limit: 3
package-ecosystem: npm
schedule:
interval: weekly
interval: "weekly"
labels:
- "dependabot"
- "dependencies"
version: 2
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 985df83

Please sign in to comment.