Skip to content

Commit

Permalink
Merge pull request #380 from rolling-scopes/feature/379-dependabot-gi…
Browse files Browse the repository at this point in the history
…thub-actions

379 - chore: configure dependabot to keep track of github actions
  • Loading branch information
Quiddlee authored Jul 5, 2024
2 parents 5e0a81f + b586408 commit 83f84f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ updates:
- 'dzmitry-varabei'
- 'andron13'
- 'SpaNb4'
- 'Quiddlee'
commit-message:
prefix: 'chore'
groups:
Expand All @@ -18,3 +19,15 @@ updates:
ignore:
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
reviewers:
- 'dzmitry-varabei'
- 'andron13'
- 'SpaNb4'
- 'Quiddlee'
commit-message:
prefix: 'chore'

0 comments on commit 83f84f9

Please sign in to comment.