Skip to content

Commit

Permalink
Add Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Dec 7, 2023
1 parent 14cbfd6 commit 12b897d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

updates:
- package-ecosystem: pub
directory: sample
schedule:
interval: daily
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
labels:
- dependencies

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
labels:
- dependencies

0 comments on commit 12b897d

Please sign in to comment.