mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-01-16 13:42:10 +01:00
Updates code of conduct formatting and adds Dependabot schedule for Monday at 07:00 in the Europe/Amsterdam timezone. Introduces release config for automatic note generation categorized by type and adds a LICENSE file with MIT License. Renames Go module for better clarity and updates README with badges for better project tracking and visibility.
41 lines
860 B
YAML
41 lines
860 B
YAML
version: 2
|
|
updates:
|
|
# Check for updates to GitHub Actions
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
day: 'monday'
|
|
time: '07:00'
|
|
timezone: 'Europe/Amsterdam'
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- 'dependencies'
|
|
- 'github-actions'
|
|
commit-message:
|
|
prefix: 'ci'
|
|
include: 'scope'
|
|
|
|
# Check for updates to Go modules
|
|
- package-ecosystem: 'gomod'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
day: 'monday'
|
|
time: '07:00'
|
|
timezone: 'Europe/Amsterdam'
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- 'dependencies'
|
|
- 'go'
|
|
commit-message:
|
|
prefix: 'deps'
|
|
include: 'scope'
|
|
groups:
|
|
go-modules:
|
|
patterns:
|
|
- '*'
|
|
update-types:
|
|
- 'minor'
|
|
- 'patch'
|