mirror of
https://github.com/PuerkitoBio/goquery.git
synced 2026-09-24 19:30:50 +00:00
13 lines
293 B
YAML
13 lines
293 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for Go
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# Enable version updates for GitHub action workflows
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|