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
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: tap
versions:
- 15.0.0
- 15.0.1
- 15.0.2
- 15.0.3
- 15.0.4
- dependency-name: husky
versions:
- 5.0.9
- 5.1.0
- 5.1.1
- 5.1.2
- 5.1.3
- 5.2.0
- dependency-name: autoprefixer
versions:
- 10.2.4
# repository root
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: autoprefixer
versions:
- 10.x
# purecss.io site
- package-ecosystem: npm
directory: "/site"
schedule:
interval: daily
open-pull-requests-limit: 10