mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
ci: add /site to dependabot
This commit is contained in:
parent
8408d81e98
commit
90f8e098b6
23
.github/ISSUE_TEMPLATE.md
vendored
23
.github/ISSUE_TEMPLATE.md
vendored
@ -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:
|
40
.github/dependabot.yml
vendored
40
.github/dependabot.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user