Skip to content

Commit

Permalink
[dependabot] Group cairo lang updates (#34)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

- Groups cairo-lang-* packages with each other for dependabot updates

## Checklist

<!-- Make sure all of these are complete -->

- [ ] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [ ] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
  • Loading branch information
THenry14 authored Nov 6, 2024
1 parent 70a1bb4 commit e5d3676
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
regular:
exclude-patterns:
- "cairo-lang-*"
cairo-lang:
patterns:
- "cairo-lang-*"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit e5d3676

Please sign in to comment.