Skip to content

Commit

Permalink
Remove actions dependecies check (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam010 committed May 24, 2021
1 parent 5af2292 commit b0d3765
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "10:30"
# Use India Standard Time (UTC +05:30)
timezone: "Asia/Kolkata"
commit-message:
prefix: "actions"
labels:
- "github-actions"
- "dependencies"
reviewers:
- "Shivam010"


# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
Expand Down

0 comments on commit b0d3765

Please sign in to comment.