Skip to content

Commit

Permalink
feat(ci): Add dependabot config for GitHub Actions (#126)
Browse files Browse the repository at this point in the history
ref: SRE-5366

Co-authored-by: Niky Riga <[email protected]>
  • Loading branch information
innnkkki and Niky Riga authored Apr 12, 2024
1 parent 0d1e561 commit 58d34b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
rebase-strategy: disabled
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 58d34b3

Please sign in to comment.