Skip to content

Commit

Permalink
ci(dependabot): implement group for python and GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksr01 committed Jan 4, 2025
1 parent 3071b9e commit b23b360
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
- package-ecosystem: "pip"
directory: "/rates" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions" # See documentation for possible values
group: "python-dependencies" # Group name for pip updates

- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
group: "github-actions-dependencies" # Group name for GitHub Actions updates

0 comments on commit b23b360

Please sign in to comment.