Skip to content

Commit

Permalink
Update dependabot.yml for GH actions (#13)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

Signed-off-by: Todd Ekenstam <[email protected]>

* Add dependabot config for GH actions

Signed-off-by: Todd Ekenstam <[email protected]>

---------

Signed-off-by: Todd Ekenstam <[email protected]>
  • Loading branch information
tekenstam authored Sep 21, 2023
1 parent 9ead5fe commit 258f0ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"

0 comments on commit 258f0ac

Please sign in to comment.