Skip to content

Commit

Permalink
chore: keep github actions up-to-date (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Mar 14, 2023
1 parent 16644cb commit fe1e400
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: gomod
Expand All @@ -9,3 +10,12 @@ updates:
include: scope
open-pull-requests-limit: 2
target-branch: main
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
prefix: update-github-action
include: scope
open-pull-requests-limit: 2
target-branch: main

0 comments on commit fe1e400

Please sign in to comment.