Skip to content

Commit

Permalink
Merge pull request #1 from Bayusetiawan45/feature-dependabot
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
codebayu authored Jan 23, 2024
2 parents 58cfea5 + 1d9b01d commit bc311ee
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6,019 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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: 'monthly'
time: '00:00'
timezone: 'Asia/Jakarta'
open-pull-requests-limit: 5
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- run: npm publish --access public
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GH_TOKEN}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codebayu/sass",
"version": "0.0.2",
"version": "0.0.3",
"description": "SASS boilerplate with gulp and sass",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit bc311ee

Please sign in to comment.