Skip to content

Commit

Permalink
Make module update checks daily
Browse files Browse the repository at this point in the history
This was set to weekly largely due to the large volume of commits at https://github.com/smogon/pokemon-showdown
Now that we use https://github.com/pkmn/ps instead, which compiles showdown commits over a few weeks into one commit anyways, this should be largely this change can be reverted to allow for quicker updates on other modules.
  • Loading branch information
Glazelf committed Jun 19, 2024
1 parent 3e6249f commit cbe228f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ updates:
directory: "/"
assignees: ["glazelf"]
schedule:
interval: "weekly"
day: "tuesday"
interval: "daily"
time: "06:00"
- package-ecosystem: "gitsubmodule"
directory: "/"
Expand Down

0 comments on commit cbe228f

Please sign in to comment.