Skip to content

Commit

Permalink
build: add dependabot for github actions (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored Feb 6, 2024
1 parent 821fcc6 commit e7c0c7a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
reviewers:
- "loewenheim"
- "swatinem"
- "anonrig"
groups:
development-dependencies:
dependency-type: "development"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Add dependabot for github actions. ([#1362](https://github.com/getsentry/symbolicator/pull/1362))

## 24.1.1

- No documented changes.
Expand Down

0 comments on commit e7c0c7a

Please sign in to comment.