Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into config/docker-release
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/dependabot.yml
  • Loading branch information
mikealfare committed Apr 12, 2024
2 parents a07f853 + 7d51395 commit 2335ddc
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,11 +1,15 @@
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"
- package-ecosystem: "docker"
directory: "/docker"
schedule:
Expand Down

0 comments on commit 2335ddc

Please sign in to comment.