mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 22:35:45 +01:00
Improve auto-updaters and pull requesters, auto-tld fix
This commit is contained in:
parent
8b3c607d03
commit
f080f7da08
5 changed files with 18 additions and 4 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal 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"
|
||||
2
.github/workflows/update-currency-codes.yaml
vendored
2
.github/workflows/update-currency-codes.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: Update currency codes
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
update-currency-codes:
|
||||
|
|
|
|||
2
.github/workflows/update-language-codes.yaml
vendored
2
.github/workflows/update-language-codes.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: Update language codes
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
update-language-codes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue