ci: add /site to dependabot

This commit is contained in:
redonkulus 2021-07-06 18:53:43 -07:00
parent 8408d81e98
commit 90f8e098b6
2 changed files with 16 additions and 47 deletions

View File

@ -1,23 +0,0 @@
### Description
[Description of the bug or feature]
### Expected behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
### Actual behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
### Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Pure version:
* Browser name and version:
* Link to your project or example:

View File

@ -1,26 +1,18 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: npm # repository root
directory: "/" - package-ecosystem: npm
schedule: directory: "/"
interval: daily schedule:
open-pull-requests-limit: 10 interval: daily
ignore: open-pull-requests-limit: 10
- dependency-name: tap ignore:
versions: - dependency-name: autoprefixer
- 15.0.0 versions:
- 15.0.1 - 10.x
- 15.0.2 # purecss.io site
- 15.0.3 - package-ecosystem: npm
- 15.0.4 directory: "/site"
- dependency-name: husky schedule:
versions: interval: daily
- 5.0.9 open-pull-requests-limit: 10
- 5.1.0
- 5.1.1
- 5.1.2
- 5.1.3
- 5.2.0
- dependency-name: autoprefixer
versions:
- 10.2.4