mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
* fix: import `_partial/container.scss` in `style.scss` - Add import for `_partial/container.scss` in `style.scss` * chore: ignore CSS map files in .gitignore - Added a new entry for `*.css.map` to the .gitignore file * chore: update dependabot interval to weekly - Update the interval of the dependabot from daily to weekly. * fix: try to fix safari floating address bar issue * fix: try again with svh
13 lines
537 B
YAML
13 lines
537 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: 'npm' # See documentation for possible values
|
|
directory: '/' # Location of package manifests
|
|
schedule:
|
|
interval: 'weekly'
|
|
open-pull-requests-limit: 1000
|