Skip to content

Commit

Permalink
chore(security): add dependabot to repository (#28)
Browse files Browse the repository at this point in the history
Change adds dependabot to repository.
  • Loading branch information
mitjaziv authored Nov 12, 2023
1 parent 0163f61 commit 98f56f3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
version: 2

updates:
# GitHub Actions
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
include: scope
prefix: "Actions"
reviewers:
- "TykTechnologies/cloud-squad-be"

# Go code base
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
commit-message:
include: scope
prefix: "Go"
reviewers:
- "TykTechnologies/cloud-squad-be"
open-pull-requests-limit: 10
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ files/mserv-plugin-*
hack
mserv.json
plugins

# IDE resources
.idea
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Unless a later match takes precedence, the Architect Back End team will be
# requested for review when someone opens a pull request.

* @TykTechnologies/architect-be
* @TykTechnologies/cloud-squad-be

0 comments on commit 98f56f3

Please sign in to comment.