Skip to content

Commit

Permalink
ARC-1572: Add Dependabot for GH actions (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelealbanese-oviva authored Apr 16, 2024
1 parent f719dc4 commit f9e6007
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
registries: "*"
directory: "/"
schedule:
interval: weekly
interval: monthly
commit-message:
prefix: "NA:"
groups:
Expand All @@ -16,6 +16,13 @@ updates:
registries: "*"
directory: "/"
schedule:
interval: weekly
interval: monthly
commit-message:
prefix: "NA:"
prefix: "NA:"
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
registries: '*'
commit-message:
prefix: 'NA:'

0 comments on commit f9e6007

Please sign in to comment.