0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-04-04 17:06:52 +00:00
wg-gen-web/.github/dependabot.yml
Dmytro Bondar ebdd5eb8b7 Bump actions and enable dependabot
* Enable dependabot for actions and go
* Bump actions
2023-09-20 10:53:21 +02:00

21 lines
599 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
groups:
github-actions:
patterns:
- '*'
- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: 'weekly'