Skip to content

Commit

Permalink
Update dependabot config to cover GHA (#967)
Browse files Browse the repository at this point in the history
* Update dependabot config to cover GHA
  • Loading branch information
mikealfare authored Apr 12, 2024
1 parent 92a3fcf commit 7d51395
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240410-181635.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Update dependabot to cover GHA
time: 2024-04-10T18:16:35.621793-04:00
custom:
Author: mikealfare
Issue: "967"
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 2
updates:
# python dependencies
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "disabled"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

0 comments on commit 7d51395

Please sign in to comment.