dependabot: Move to daily interval; remove pull req limit
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 177156db..82ff7104 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,6 +3,5 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
- interval: monthly # not so critical, be less spammy
- open-pull-requests-limit: 10
+ interval: "daily"
target-branch: trunk
