Improve auto-updaters and pull requesters, auto-tld fix

This commit is contained in:
Alexandre Gomes Gaigalas 2023-02-15 00:44:30 -03:00
commit f080f7da08
5 changed files with 18 additions and 4 deletions

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"

View file

@ -3,7 +3,7 @@ name: Update currency codes
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'
jobs:
update-currency-codes:

View file

@ -3,7 +3,7 @@ name: Update language codes
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'
jobs:
update-language-codes: